次の方法で共有


IWithDataSnapshotFromImage.FromImage メソッド

定義

オーバーロード

FromImage(IVirtualMachineCustomImage, Int32)

ソース データ ディスク イメージを含むカスタム イメージを指定します。

FromImage(IVirtualMachineImage, Int32)

ソース データ ディスク イメージを含むイメージを指定します。

FromImage(String, Int32)

ソース データ ディスク イメージを含むイメージを指定します。

FromImage(IVirtualMachineCustomImage, Int32)

ソース データ ディスク イメージを含むカスタム イメージを指定します。

public Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate FromImage (Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineCustomImage image, int diskLun);
abstract member FromImage : Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineCustomImage * int -> Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate
Public Function FromImage (image As IVirtualMachineCustomImage, diskLun As Integer) As IWithCreate

パラメーター

image
IVirtualMachineCustomImage

イメージ。

diskLun
Int32

ディスク イメージの LUN。

戻り値

適用対象

FromImage(IVirtualMachineImage, Int32)

ソース データ ディスク イメージを含むイメージを指定します。

public Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate FromImage (Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineImage image, int diskLun);
abstract member FromImage : Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineImage * int -> Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate
Public Function FromImage (image As IVirtualMachineImage, diskLun As Integer) As IWithCreate

パラメーター

image
IVirtualMachineImage

画像。

diskLun
Int32

ディスク イメージの LUN。

戻り値

適用対象

FromImage(String, Int32)

ソース データ ディスク イメージを含むイメージを指定します。

public Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate FromImage (string imageId, int diskLun);
abstract member FromImage : string * int -> Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate
Public Function FromImage (imageId As String, diskLun As Integer) As IWithCreate

パラメーター

imageId
String

イメージ リソース ID。

diskLun
Int32

ディスク イメージの LUN。

戻り値

適用対象