PoolSpecification.ApplicationLicenses Property

Definition

Gets or sets the list of application licenses the Batch service will make available on each compute node in the pool.

public System.Collections.Generic.IList<string> ApplicationLicenses { get; set; }
member this.ApplicationLicenses : System.Collections.Generic.IList<string> with get, set
Public Property ApplicationLicenses As IList(Of String)

Property Value

Remarks

The list of application licenses must be a subset of available Batch service application licenses.

Applies to