次の方法で共有


IWithDataSnapshotFromSnapshot.WithDataFromSnapshot メソッド

定義

オーバーロード

WithDataFromSnapshot(ISnapshot)

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

WithDataFromSnapshot(String)

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

WithDataFromSnapshot(ISnapshot)

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

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

パラメーター

snapshot
ISnapshot

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

戻り値

適用対象

WithDataFromSnapshot(String)

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

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

パラメーター

snapshotId
String

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

戻り値

適用対象