Locations Interface
public interface Locations
Resource collection API of Locations.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Check |
checkNameAvailability(String locationName, CheckNameAvailabilityParameters parameters)
Checks whether the Batch account name is available in the specified region. |
|
abstract
Response<Check |
checkNameAvailabilityWithResponse(String locationName, CheckNameAvailabilityParameters parameters, Context context)
Checks whether the Batch account name is available in the specified region. |
|
abstract
Batch |
getQuotas(String locationName)
Gets the Batch service quotas for the specified subscription at the given location. |
|
abstract
Response<Batch |
getQuotasWithResponse(String locationName, Context context)
Gets the Batch service quotas for the specified subscription at the given location. |
|
abstract
Paged |
listSupportedVirtualMachineSkus(String locationName)
Gets the list of Batch supported Virtual Machine VM sizes available at the given location. |
|
abstract
Paged |
listSupportedVirtualMachineSkus(String locationName, Integer maxresults, String filter, Context context)
Gets the list of Batch supported Virtual Machine VM sizes available at the given location. |
Method Details
checkNameAvailability
public abstract CheckNameAvailabilityResult checkNameAvailability(String locationName, CheckNameAvailabilityParameters parameters)
Checks whether the Batch account name is available in the specified region.
Parameters:
Returns:
checkNameAvailabilityWithResponse
public abstract Response<CheckNameAvailabilityResult> checkNameAvailabilityWithResponse(String locationName, CheckNameAvailabilityParameters parameters, Context context)
Checks whether the Batch account name is available in the specified region.
Parameters:
Returns:
getQuotas
public abstract BatchLocationQuota getQuotas(String locationName)
Gets the Batch service quotas for the specified subscription at the given location.
Parameters:
Returns:
getQuotasWithResponse
public abstract Response<BatchLocationQuota> getQuotasWithResponse(String locationName, Context context)
Gets the Batch service quotas for the specified subscription at the given location.
Parameters:
Returns:
listSupportedVirtualMachineSkus
public abstract PagedIterable<SupportedSku> listSupportedVirtualMachineSkus(String locationName)
Gets the list of Batch supported Virtual Machine VM sizes available at the given location.
Parameters:
Returns:
listSupportedVirtualMachineSkus
public abstract PagedIterable<SupportedSku> listSupportedVirtualMachineSkus(String locationName, Integer maxresults, String filter, Context context)
Gets the list of Batch supported Virtual Machine VM sizes available at the given location.
Parameters:
Returns: