IWithDataSnapshotFromImage.FromImage メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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
パラメーター
イメージ。
- 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。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET