IWithOS.WithSpecializedOSDisk(IDisk, OperatingSystemTypes) メソッド

定義

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

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithManagedCreate WithSpecializedOSDisk (Microsoft.Azure.Management.Compute.Fluent.IDisk disk, Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes osType);
abstract member WithSpecializedOSDisk : Microsoft.Azure.Management.Compute.Fluent.IDisk * Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachine.Definition.IWithManagedCreate
Public Function WithSpecializedOSDisk (disk As IDisk, osType As OperatingSystemTypes) As IWithManagedCreate

パラメーター

disk
IDisk

アタッチするマネージド ディスク。

osType
OperatingSystemTypes

OS の種類。

戻り値

適用対象