Delen via


Get-AzBatchLocationQuota

Hiermee haalt u de Batch-servicequota voor uw abonnement op de opgegeven locatie op.

Syntaxis

Get-AzBatchLocationQuota
   [-Location] <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Hiermee haalt u de Batch-servicequota voor het opgegeven abonnement op de opgegeven locatie op.

Voorbeelden

Voorbeeld 1: De Batch-servicequota ophalen voor het abonnement in de regio VS - west

Get-AzBatchLocationQuota -Location "westus"

AccountQuota Location
          ------------ --------
          1            westus

Met deze opdracht worden de quota opgehaald voor het huidige abonnement in de regio VS - west. De retourwaarde geeft aan dat dit abonnement slechts één Batch-account in die regio kan maken.

Parameters

-DefaultProfile

De referenties, het account, de tenant en het abonnement die worden gebruikt voor communicatie met Azure.

Type:IAzureContextContainer
Aliassen:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Vereist:False
Pijplijninvoer accepteren:False
Jokertekens accepteren:False

-Location

Hiermee geeft u de regio waarvoor deze cmdlet de quota controleert. Zie Azure-regio's (https://azure.microsoft.com/regions) voor meer informatie.

Type:String
Position:0
Default value:None
Vereist:True
Pijplijninvoer accepteren:True
Jokertekens accepteren:False

Invoerwaarden

String

Uitvoerwaarden

PSBatchLocationQuotas