共用方式為


Pool.ApplicationLicenses 屬性

定義

取得或設定 Batch 服務將在集區中的每個計算節點上提供的應用程式授權清單。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.applicationLicenses")]
public System.Collections.Generic.IList<string> ApplicationLicenses { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.applicationLicenses")>]
member this.ApplicationLicenses : System.Collections.Generic.IList<string> with get, set
Public Property ApplicationLicenses As IList(Of String)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

備註

應用程式授權清單必須是可用 Batch 服務應用程式授權的子集。 如果要求不支援的授權,集區建立將會失敗。

適用於