你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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。

返回

适用于