次の方法で共有


IWithImageSource<ParentT>.FromVhd(String) メソッド

定義

データ ディスク イメージのソース VHD を指定します。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.CustomImageDataDisk.Definition.IWithAttach<ParentT> FromVhd(string sourceVhdUrl);
abstract member FromVhd : string -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.CustomImageDataDisk.Definition.IWithAttach<'ParentT>
Public Function FromVhd (sourceVhdUrl As String) As IWithAttach(Of ParentT)

パラメーター

sourceVhdUrl
String

ソース仮想ハード ディスクの URL。

戻り値

適用対象