IWithOSDiskImageSource.WithWindowsFromSnapshot メソッド

定義

オーバーロード

WithWindowsFromSnapshot(ISnapshot, OperatingSystemStateTypes)

OS ディスク イメージの Windows ソース スナップショットを指定します。

WithWindowsFromSnapshot(String, OperatingSystemStateTypes)

OS ディスク イメージの Windows ソース スナップショットを指定します。

WithWindowsFromSnapshot(ISnapshot, OperatingSystemStateTypes)

OS ディスク イメージの Windows ソース スナップショットを指定します。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithCreateAndDataDiskImageOSDiskSettings WithWindowsFromSnapshot (Microsoft.Azure.Management.Compute.Fluent.ISnapshot sourceSnapshot, Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemStateTypes osState);
abstract member WithWindowsFromSnapshot : Microsoft.Azure.Management.Compute.Fluent.ISnapshot * Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemStateTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithCreateAndDataDiskImageOSDiskSettings
Public Function WithWindowsFromSnapshot (sourceSnapshot As ISnapshot, osState As OperatingSystemStateTypes) As IWithCreateAndDataDiskImageOSDiskSettings

パラメーター

sourceSnapshot
ISnapshot

ソース スナップショット リソース。

osState
OperatingSystemStateTypes

オペレーティング システムの状態。

戻り値

適用対象

WithWindowsFromSnapshot(String, OperatingSystemStateTypes)

OS ディスク イメージの Windows ソース スナップショットを指定します。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithCreateAndDataDiskImageOSDiskSettings WithWindowsFromSnapshot (string sourceSnapshotId, Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemStateTypes osState);
abstract member WithWindowsFromSnapshot : string * Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemStateTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithCreateAndDataDiskImageOSDiskSettings
Public Function WithWindowsFromSnapshot (sourceSnapshotId As String, osState As OperatingSystemStateTypes) As IWithCreateAndDataDiskImageOSDiskSettings

パラメーター

sourceSnapshotId
String

ソース スナップショット リソース ID。

osState
OperatingSystemStateTypes

オペレーティング システムの状態。

戻り値

適用対象