IWithOSDiskImageSource.WithLinuxFromSnapshot メソッド

定義

オーバーロード

WithLinuxFromSnapshot(ISnapshot, OperatingSystemStateTypes)

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

WithLinuxFromSnapshot(String, OperatingSystemStateTypes)

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

WithLinuxFromSnapshot(ISnapshot, OperatingSystemStateTypes)

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

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

パラメーター

sourceSnapshot
ISnapshot

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

osState
OperatingSystemStateTypes

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

戻り値

適用対象

WithLinuxFromSnapshot(String, OperatingSystemStateTypes)

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

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

パラメーター

sourceSnapshotId
String

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

osState
OperatingSystemStateTypes

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

戻り値

適用対象