次の方法で共有


IWithDataDiskFromSnapshot.FromSnapshot メソッド

定義

オーバーロード

FromSnapshot(ISnapshot)

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

FromSnapshot(String)

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

FromSnapshot(ISnapshot)

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

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

パラメーター

snapshot
ISnapshot

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

戻り値

適用対象

FromSnapshot(String)

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

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

パラメーター

snapshotId
String

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

戻り値

適用対象