次の方法で共有


IWithWindowsSnapshotSource.WithWindowsFromDisk メソッド

定義

オーバーロード

WithWindowsFromDisk(IDisk)

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

WithWindowsFromDisk(String)

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

WithWindowsFromDisk(IDisk)

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

public Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate WithWindowsFromDisk (Microsoft.Azure.Management.Compute.Fluent.IDisk sourceDisk);
abstract member WithWindowsFromDisk : Microsoft.Azure.Management.Compute.Fluent.IDisk -> Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate
Public Function WithWindowsFromDisk (sourceDisk As IDisk) As IWithCreate

パラメーター

sourceDisk
IDisk

ソースマネージド ディスク。

戻り値

適用対象

WithWindowsFromDisk(String)

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

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

パラメーター

sourceDiskId
String

ソースマネージド ディスク リソース ID。

戻り値

適用対象