Partager via


IWithSource.WithSourceCustomImage Méthode

Définition

Surcharges

WithSourceCustomImage(IVirtualMachineCustomImage)

Spécifie que l’image personnalisée fournie doit être utilisée comme source de la version de l’image.

WithSourceCustomImage(String)

Spécifie que l’image personnalisée fournie doit être utilisée comme source de la version de l’image.

WithSourceCustomImage(IVirtualMachineCustomImage)

Spécifie que l’image personnalisée fournie doit être utilisée comme source de la version de l’image.

public Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Definition.IWithCreate WithSourceCustomImage (Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineCustomImage customImage);
abstract member WithSourceCustomImage : Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineCustomImage -> Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Definition.IWithCreate
Public Function WithSourceCustomImage (customImage As IVirtualMachineCustomImage) As IWithCreate

Paramètres

customImage
IVirtualMachineCustomImage

Image personnalisée.

Retours

S’applique à

WithSourceCustomImage(String)

Spécifie que l’image personnalisée fournie doit être utilisée comme source de la version de l’image.

public Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Definition.IWithCreate WithSourceCustomImage (string customImageId);
abstract member WithSourceCustomImage : string -> Microsoft.Azure.Management.Compute.Fluent.GalleryImageVersion.Definition.IWithCreate
Public Function WithSourceCustomImage (customImageId As String) As IWithCreate

Paramètres

customImageId
String

ID ARM de l’image personnalisée.

Retours

S’applique à