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.

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.

The permitted licenses available on the pool are 'maya', 'vray', '3dsmax', 'arnold'. An additional charge applies for each application license added to the pool.

Applies to