次の方法で共有


IWithOSDiskImageSource.WithWindowsFromVhd メソッド

定義

OS ディスク イメージの Windows ソース ネイティブ VHD を指定します。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithCreateAndDataDiskImageOSDiskSettings WithWindowsFromVhd (string sourceVhdUrl, Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemStateTypes osState);
abstract member WithWindowsFromVhd : string * Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemStateTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineCustomImage.Definition.IWithCreateAndDataDiskImageOSDiskSettings
Public Function WithWindowsFromVhd (sourceVhdUrl As String, osState As OperatingSystemStateTypes) As IWithCreateAndDataDiskImageOSDiskSettings

パラメーター

sourceVhdUrl
String

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

osState
OperatingSystemStateTypes

オペレーティング システムの状態。

戻り値

適用対象