次の方法で共有


IWithWindowsSnapshotSource.WithWindowsFromSnapshot メソッド

定義

オーバーロード

WithWindowsFromSnapshot(ISnapshot)

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

WithWindowsFromSnapshot(String)

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

WithWindowsFromSnapshot(ISnapshot)

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

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

パラメーター

sourceSnapshot
ISnapshot

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

戻り値

適用対象

WithWindowsFromSnapshot(String)

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

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

パラメーター

sourceSnapshotId
String

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

戻り値

適用対象