次の方法で共有


IWithOSSnapshotFromImage.FromImage メソッド

定義

オーバーロード

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

パラメーター

image
IVirtualMachineCustomImage

イメージ。

戻り値

適用対象

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

オペレーティング システムの種類。

戻り値

適用対象