次の方法で共有


IWithSnapshotSource インターフェイス

定義

OS ソースまたはデータ ソースを選択できるマネージド スナップショット定義のステージ。

public interface IWithSnapshotSource : Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithDataSnapshotSource, Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithLinuxSnapshotSource, Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithWindowsSnapshotSource
type IWithSnapshotSource = interface
    interface IWithWindowsSnapshotSource
    interface IWithLinuxSnapshotSource
    interface IWithDataSnapshotSource
    interface IWithDataSnapshotFromVhd
    interface IWithDataSnapshotFromDisk
    interface IWithDataSnapshotFromSnapshot
Public Interface IWithSnapshotSource
Implements IWithDataSnapshotSource, IWithLinuxSnapshotSource, IWithWindowsSnapshotSource
派生
実装

メソッド

WithDataFromDisk(IDisk)

ソース データマネージド ディスクを指定します。

(継承元 IWithDataSnapshotFromDisk)
WithDataFromDisk(String)

ソース データマネージド ディスクの ID を指定します。

(継承元 IWithDataSnapshotFromDisk)
WithDataFromSnapshot(ISnapshot)

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

(継承元 IWithDataSnapshotFromSnapshot)
WithDataFromSnapshot(String)

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

(継承元 IWithDataSnapshotFromSnapshot)
WithDataFromVhd(String, String)

ソース データ VHD とストレージ アカウント ID を指定します。

(継承元 IWithDataSnapshotFromVhd)
WithLinuxFromDisk(IDisk)

ソース Linux OS マネージド ディスクを指定します。

(継承元 IWithLinuxSnapshotSource)
WithLinuxFromDisk(String)

ソース Linux OS マネージド ディスクを指定します。

(継承元 IWithLinuxSnapshotSource)
WithLinuxFromSnapshot(ISnapshot)

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

(継承元 IWithLinuxSnapshotSource)
WithLinuxFromSnapshot(String)

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

(継承元 IWithLinuxSnapshotSource)
WithLinuxFromVhd(String, String)

ソースの特殊化または一般化された Linux OS VHD とストレージ アカウント ID を指定します。

(継承元 IWithLinuxSnapshotSource)
WithWindowsFromDisk(IDisk)

ソース Windows OS マネージド ディスクを指定します。

(継承元 IWithWindowsSnapshotSource)
WithWindowsFromDisk(String)

ソース Windows OS マネージド ディスクを指定します。

(継承元 IWithWindowsSnapshotSource)
WithWindowsFromSnapshot(ISnapshot)

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

(継承元 IWithWindowsSnapshotSource)
WithWindowsFromSnapshot(String)

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

(継承元 IWithWindowsSnapshotSource)
WithWindowsFromVhd(String, String)

ソースの特殊化または一般化された Windows OS VHD とストレージ アカウント ID を指定します。

(継承元 IWithWindowsSnapshotSource)

適用対象