次の方法で共有


IWithLinuxSnapshotSource.WithLinuxFromVhd(String, String) メソッド

定義

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

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

パラメーター

vhdUrl
String

ソース VHD URL。

storageAccountId
String

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

戻り値

適用対象