ILocationOperations Interface
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.
LocationOperations operations.
public interface ILocationOperations
type ILocationOperations = interface
Public Interface ILocationOperations
Methods
CheckNameAvailabilityWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken) |
Checks whether the Batch account name is available in the specified region. |
GetQuotasWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken) |
Gets the Batch service quotas for the specified subscription at the given location. |
Extension Methods
CheckNameAvailability(ILocationOperations, String, String) |
Checks whether the Batch account name is available in the specified region. |
CheckNameAvailabilityAsync(ILocationOperations, String, String, CancellationToken) |
Checks whether the Batch account name is available in the specified region. |
GetQuotas(ILocationOperations, String) |
Gets the Batch service quotas for the specified subscription at the given location. |
GetQuotasAsync(ILocationOperations, String, CancellationToken) |
Gets the Batch service quotas for the specified subscription at the given location. |