次の方法で共有


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。

戻り値

適用対象