次の方法で共有


IWithOS.WithSpecializedOSUnmanagedDisk(String, OperatingSystemTypes) メソッド

定義

仮想マシンに接続する特殊なオペレーティング システムのアンマネージド ディスクを指定します。

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithUnmanagedCreate WithSpecializedOSUnmanagedDisk(string osDiskUrl, Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes osType);
abstract member WithSpecializedOSUnmanagedDisk : string * Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithUnmanagedCreate
Public Function WithSpecializedOSUnmanagedDisk (osDiskUrl As String, osType As OperatingSystemTypes) As IWithUnmanagedCreate

パラメーター

osDiskUrl
String

OsDiskAzure Storage アカウント内の OS ディスクへの URL を表示します。

osType
OperatingSystemTypes

OS の種類。

戻り値

適用対象