LocationsClient Interface
public interface LocationsClient
An instance of this class provides access to all the operations defined in LocationsClient.
Method Summary
Method Details
checkNameAvailability
public abstract CheckNameAvailabilityResultInner checkNameAvailability(String locationName, CheckNameAvailabilityParameters parameters)
Checks whether the Batch account name is available in the specified region.
Parameters:
Returns:
checkNameAvailabilityWithResponse
public abstract Response<CheckNameAvailabilityResultInner> checkNameAvailabilityWithResponse(String locationName, CheckNameAvailabilityParameters parameters, Context context)
Checks whether the Batch account name is available in the specified region.
Parameters:
Returns:
getQuotas
public abstract BatchLocationQuotaInner getQuotas(String locationName)
Gets the Batch service quotas for the specified subscription at the given location.
Parameters:
Returns:
getQuotasWithResponse
public abstract Response<BatchLocationQuotaInner> getQuotasWithResponse(String locationName, Context context)
Gets the Batch service quotas for the specified subscription at the given location.
Parameters:
Returns:
listSupportedVirtualMachineSkus
public abstract PagedIterable<SupportedSkuInner> listSupportedVirtualMachineSkus(String locationName)
Gets the list of Batch supported Virtual Machine VM sizes available at the given location.
Parameters:
Returns:
listSupportedVirtualMachineSkus
public abstract PagedIterable<SupportedSkuInner> 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: