Delen via


ILocationOperations Interface

Definitie

LocationOperations-bewerkingen.

public interface ILocationOperations
type ILocationOperations = interface
Public Interface ILocationOperations

Methoden

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

Controleert of de naam van het Batch-account beschikbaar is in de opgegeven regio.

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

Haalt de Batch-servicequota op voor het opgegeven abonnement op de opgegeven locatie.

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

Hiermee haalt u de lijst op met door Batch ondersteunde VM-grootten voor cloudservices die beschikbaar zijn op de opgegeven locatie.

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

Hiermee haalt u de lijst op met door Batch ondersteunde VM-grootten voor cloudservices die beschikbaar zijn op de opgegeven locatie.

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

Hiermee wordt de lijst met door Batch ondersteunde VM-grootten voor virtuele machines op de opgegeven locatie weergegeven.

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

Hiermee wordt de lijst met door Batch ondersteunde VM-grootten voor virtuele machines op de opgegeven locatie weergegeven.

Extensiemethoden

CheckNameAvailability(ILocationOperations, String, String)

Controleert of de naam van het Batch-account beschikbaar is in de opgegeven regio.

CheckNameAvailabilityAsync(ILocationOperations, String, String, CancellationToken)

Controleert of de naam van het Batch-account beschikbaar is in de opgegeven regio.

GetQuotas(ILocationOperations, String)

Haalt de Batch-servicequota op voor het opgegeven abonnement op de opgegeven locatie.

GetQuotasAsync(ILocationOperations, String, CancellationToken)

Haalt de Batch-servicequota op voor het opgegeven abonnement op de opgegeven locatie.

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

Hiermee haalt u de lijst op met door Batch ondersteunde VM-grootten voor cloudservices die beschikbaar zijn op de opgegeven locatie.

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

Hiermee haalt u de lijst op met door Batch ondersteunde VM-grootten voor cloudservices die beschikbaar zijn op de opgegeven locatie.

ListSupportedCloudServiceSkusNext(ILocationOperations, String)

Hiermee haalt u de lijst op met door Batch ondersteunde VM-grootten voor cloudservices die beschikbaar zijn op de opgegeven locatie.

ListSupportedCloudServiceSkusNextAsync(ILocationOperations, String, CancellationToken)

Hiermee haalt u de lijst op met door Batch ondersteunde VM-grootten voor cloudservices die beschikbaar zijn op de opgegeven locatie.

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

Hiermee wordt de lijst met door Batch ondersteunde VM-grootten voor virtuele machines op de opgegeven locatie weergegeven.

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

Hiermee wordt de lijst met door Batch ondersteunde VM-grootten voor virtuele machines op de opgegeven locatie weergegeven.

ListSupportedVirtualMachineSkusNext(ILocationOperations, String)

Hiermee wordt de lijst met door Batch ondersteunde VM-grootten voor virtuele machines op de opgegeven locatie weergegeven.

ListSupportedVirtualMachineSkusNextAsync(ILocationOperations, String, CancellationToken)

Hiermee wordt de lijst met door Batch ondersteunde VM-grootten voor virtuele machines op de opgegeven locatie weergegeven.

Van toepassing op