Pool.DefinitionStages.WithApplicationLicenses Interface
public static interface Pool.DefinitionStages.WithApplicationLicenses
The stage of the Pool definition allowing to specify applicationLicenses.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withApplicationLicenses(List<String> applicationLicenses)
Specifies the application |
Method Details
withApplicationLicenses
public abstract Pool.DefinitionStages.WithCreate withApplicationLicenses(List<String> applicationLicenses)
Specifies the applicationLicenses property: 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..
Parameters:
Returns: