次の方法で共有


IWithOSDiskImageSource.WithLinuxFromVhd メソッド

定義

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

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

パラメーター

sourceVhdUrl
String

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

osState
OperatingSystemStateTypes

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

戻り値

適用対象