次の方法で共有


VirtualMachineOSDisk.OSType プロパティ

定義

このプロパティを使用すると、ユーザー イメージまたは特殊化された VHD から VM を作成する場合に、ディスクに含まれる OS の種類を指定できます。 使用できる値は 、Windows、Linux です

public Azure.ResourceManager.Compute.Models.SupportedOperatingSystemType? OSType { get; set; }
member this.OSType : Nullable<Azure.ResourceManager.Compute.Models.SupportedOperatingSystemType> with get, set
Public Property OSType As Nullable(Of SupportedOperatingSystemType)

プロパティ値

適用対象