你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithSource.WithSourceCustomImage 方法

定义

重载

WithSourceCustomImage(IVirtualMachineCustomImage)

指定所提供的自定义映像需要用作映像版本的源。

WithSourceCustomImage(String)

指定所提供的自定义映像需要用作映像版本的源。

WithSourceCustomImage(IVirtualMachineCustomImage)

指定所提供的自定义映像需要用作映像版本的源。

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

参数

customImage
IVirtualMachineCustomImage

自定义映像。

返回

适用于

WithSourceCustomImage(String)

指定所提供的自定义映像需要用作映像版本的源。

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

参数

customImageId
String

自定义映像的 ARM ID。

返回

适用于