次の方法で共有


IWithLinuxDiskSource.WithLinuxFromSnapshot メソッド

定義

オーバーロード

WithLinuxFromSnapshot(ISnapshot)

ソース Linux OS マネージド スナップショットを指定します。

WithLinuxFromSnapshot(String)

ソース Linux OS マネージド スナップショットを指定します。

WithLinuxFromSnapshot(ISnapshot)

ソース Linux OS マネージド スナップショットを指定します。

public Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize WithLinuxFromSnapshot (Microsoft.Azure.Management.Compute.Fluent.ISnapshot sourceSnapshot);
abstract member WithLinuxFromSnapshot : Microsoft.Azure.Management.Compute.Fluent.ISnapshot -> Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize
Public Function WithLinuxFromSnapshot (sourceSnapshot As ISnapshot) As IWithCreateAndSize

パラメーター

sourceSnapshot
ISnapshot

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

戻り値

適用対象

WithLinuxFromSnapshot(String)

ソース Linux OS マネージド スナップショットを指定します。

public Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize WithLinuxFromSnapshot (string sourceSnapshotId);
abstract member WithLinuxFromSnapshot : string -> Microsoft.Azure.Management.Compute.Fluent.Disk.Definition.IWithCreateAndSize
Public Function WithLinuxFromSnapshot (sourceSnapshotId As String) As IWithCreateAndSize

パラメーター

sourceSnapshotId
String

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

戻り値

適用対象