IWithOSSnapshotFromImage.FromImage メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FromImage(IVirtualMachineCustomImage) |
オペレーティング システムを含むカスタム イメージを指定します。 |
FromImage(IVirtualMachineImage) |
オペレーティング システムを含むイメージを指定します。 |
FromImage(String, OperatingSystemTypes) |
オペレーティング システムを含むイメージを指定します。 |
FromImage(IVirtualMachineCustomImage)
オペレーティング システムを含むカスタム イメージを指定します。
public Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate FromImage (Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineCustomImage image);
abstract member FromImage : Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineCustomImage -> Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate
Public Function FromImage (image As IVirtualMachineCustomImage) As IWithCreate
パラメーター
イメージ。
戻り値
適用対象
FromImage(IVirtualMachineImage)
オペレーティング システムを含むイメージを指定します。
public Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate FromImage (Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineImage image);
abstract member FromImage : Microsoft.Azure.Management.Compute.Fluent.IVirtualMachineImage -> Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate
Public Function FromImage (image As IVirtualMachineImage) As IWithCreate
パラメーター
- image
- IVirtualMachineImage
イメージ。
戻り値
適用対象
FromImage(String, OperatingSystemTypes)
オペレーティング システムを含むイメージを指定します。
public Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate FromImage (string imageId, Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes osType);
abstract member FromImage : string * Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes -> Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate
Public Function FromImage (imageId As String, osType As OperatingSystemTypes) As IWithCreate
パラメーター
- imageId
- String
イメージ リソース ID。
- osType
- OperatingSystemTypes
オペレーティング システムの種類。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET