CloudPool.ApplicationLicenses Property

Definition

Gets or sets the list of application licenses the Batch service will make available on each Compute Node in the Pool.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

The list of application licenses must be a subset of available Batch service application licenses. If a license is requested which is not supported, Pool creation will fail.

Applies to