次の方法で共有


IWithWindowsDiskSource.WithWindowsFromSnapshot メソッド

定義

オーバーロード

WithWindowsFromSnapshot(ISnapshot)

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

WithWindowsFromSnapshot(String)

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

WithWindowsFromSnapshot(ISnapshot)

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

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

パラメーター

sourceSnapshot
ISnapshot

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

戻り値

適用対象

WithWindowsFromSnapshot(String)

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

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

パラメーター

sourceSnapshotId
String

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

戻り値

適用対象