Share via


Pool.UpdateStages.WithApplicationLicenses Interface

public static interface Pool.UpdateStages.WithApplicationLicenses

The stage of the Pool update allowing to specify applicationLicenses.

Method Summary

Modifier and Type Method and Description
abstract Update withApplicationLicenses(List<String> applicationLicenses)

Specifies the applicationLicenses property: The list of application licenses must be a subset of available Batch service application licenses.

Method Details

withApplicationLicenses

public abstract Pool.Update 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:

applicationLicenses - 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.

Returns:

the next definition stage.

Applies to