次の方法で共有


ManagedClusterWindowsProfile.LicenseType プロパティ

定義

Windows VM に使用する licenseType を取得または設定します。 Windows_Serverは、Windows VM の Azure ハイブリッド ユーザー特典を有効にするために使用されます。 指定できる値は、'None'、'Windows_Server' です。

[Newtonsoft.Json.JsonProperty(PropertyName="licenseType")]
public Microsoft.Azure.Management.ContainerService.Fluent.Models.LicenseType LicenseType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="licenseType")>]
member this.LicenseType : Microsoft.Azure.Management.ContainerService.Fluent.Models.LicenseType with get, set
Public Property LicenseType As LicenseType

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象