Partager via


IWithOSDiskFromImage.FromImage Méthode

Définition

Surcharges

FromImage(IVirtualMachineCustomImage)

Spécifie une image personnalisée contenant le système d’exploitation.

FromImage(IVirtualMachineImage)

Spécifie une image contenant le système d’exploitation.

FromImage(String, OperatingSystemTypes)

Spécifie l’ID d’une image contenant le système d’exploitation.

FromImage(IVirtualMachineCustomImage)

Spécifie une image personnalisée contenant le système d’exploitation.

public Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize FromImage (Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineCustomImage image);
abstract member FromImage : Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineCustomImage -> Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize
Public Function FromImage (image As IVirtualMachineCustomImage) As IWithCreateAndSize

Paramètres

image
IVirtualMachineCustomImage

L’image.

Retours

S’applique à

FromImage(IVirtualMachineImage)

Spécifie une image contenant le système d’exploitation.

public Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize FromImage (Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineImage image);
abstract member FromImage : Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineImage -> Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize
Public Function FromImage (image As IVirtualMachineImage) As IWithCreateAndSize

Paramètres

image
IVirtualMachineImage

L’image.

Retours

S’applique à

FromImage(String, OperatingSystemTypes)

Spécifie l’ID d’une image contenant le système d’exploitation.

public Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize FromImage (string imageId, Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes osType);
abstract member FromImage : string * Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes -> Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize
Public Function FromImage (imageId As String, osType As OperatingSystemTypes) As IWithCreateAndSize

Paramètres

imageId
String

ID de ressource image.

osType
OperatingSystemTypes

Type de système d’exploitation.

Retours

S’applique à