Pool.ApplicationLicenses Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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="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)
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET