次の方法で共有


IWithDataSnapshotFromVhd.WithDataFromVhd(String, String) メソッド

定義

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

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

パラメーター

vhdUrl
String

ソース VHD URL。

storageAccountId
String

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

戻り値

適用対象