次の方法で共有


IWithWindowsSnapshotSource.WithWindowsFromVhd(String, String) メソッド

定義

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

public Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate WithWindowsFromVhd (string vhdUrl, string storageAccountId = default);
abstract member WithWindowsFromVhd : string * string -> Microsoft.Azure.Management.Compute.Fluent.Snapshot.Definition.IWithCreate
Public Function WithWindowsFromVhd (vhdUrl As String, Optional storageAccountId As String = Nothing) As IWithCreate

パラメーター

vhdUrl
String

ソース VHD URL。

storageAccountId
String

ストレージ アカウント ID。

戻り値

適用対象