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

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。

返回

适用于