ILocationOperations Interface

Definition

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.

ListSupportedCloudServiceSkusNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets the list of Batch supported Cloud Service VM sizes available at the given location.

ListSupportedCloudServiceSkusWithHttpMessagesAsync(String, Nullable<Int32>, String, Dictionary<String,List<String>>, CancellationToken)

Gets the list of Batch supported Cloud Service VM sizes available at the given location.

ListSupportedVirtualMachineSkusNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Gets the list of Batch supported Virtual Machine VM sizes available at the given location.

ListSupportedVirtualMachineSkusWithHttpMessagesAsync(String, Nullable<Int32>, String, Dictionary<String,List<String>>, CancellationToken)

Gets the list of Batch supported Virtual Machine VM sizes available 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.

ListSupportedCloudServiceSkus(ILocationOperations, String, Nullable<Int32>, String)

Gets the list of Batch supported Cloud Service VM sizes available at the given location.

ListSupportedCloudServiceSkusAsync(ILocationOperations, String, Nullable<Int32>, String, CancellationToken)

Gets the list of Batch supported Cloud Service VM sizes available at the given location.

ListSupportedCloudServiceSkusNext(ILocationOperations, String)

Gets the list of Batch supported Cloud Service VM sizes available at the given location.

ListSupportedCloudServiceSkusNextAsync(ILocationOperations, String, CancellationToken)

Gets the list of Batch supported Cloud Service VM sizes available at the given location.

ListSupportedVirtualMachineSkus(ILocationOperations, String, Nullable<Int32>, String)

Gets the list of Batch supported Virtual Machine VM sizes available at the given location.

ListSupportedVirtualMachineSkusAsync(ILocationOperations, String, Nullable<Int32>, String, CancellationToken)

Gets the list of Batch supported Virtual Machine VM sizes available at the given location.

ListSupportedVirtualMachineSkusNext(ILocationOperations, String)

Gets the list of Batch supported Virtual Machine VM sizes available at the given location.

ListSupportedVirtualMachineSkusNextAsync(ILocationOperations, String, CancellationToken)

Gets the list of Batch supported Virtual Machine VM sizes available at the given location.

Applies to