Share via


LocationOperationsExtensions Class

Definition

Extension methods for LocationOperations.

public static class LocationOperationsExtensions
type LocationOperationsExtensions = class
Public Module LocationOperationsExtensions
Inheritance
LocationOperationsExtensions

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