< Back
Get-AzureRmBatchLocationQuotas
Post
NAME Get-AzureRmBatchLocationQuotas
SYNOPSIS
Gets the Batch service quotas for your subscription at the given location.
SYNTAX
Get-AzureRmBatchLocationQuotas [-Location] <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
DESCRIPTION
Gets the Batch service quotas for the specified subscription at the given location.
PARAMETERS
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Location <String>
Specifies the region for which this cmdlet checks the quotas. For more information, see Azure Regions (https://azure.microsoft.com/regions).
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
This cmdlet does not accept any input.
OUTPUTS
Microsoft.Azure.Commands.Batch.Models.PSBatchLocationQuotas
NOTES
Example 1: Get the Batch service quotas for the subscription in the West US region
PS C:\\>Get-AzureRmBatchLocationQuotas -Location "westus"
AccountQuota Location
------------ --------
1 westus
This command gets the quotas for the current subscription in the West US region. The return value indicates that this subscription can create only
one Batch account in that region.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... tionquotas
SYNOPSIS
Gets the Batch service quotas for your subscription at the given location.
SYNTAX
Get-AzureRmBatchLocationQuotas [-Location] <String> [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
DESCRIPTION
Gets the Batch service quotas for the specified subscription at the given location.
PARAMETERS
-DefaultProfile <IAzureContextContainer>
The credentials, account, tenant, and subscription used for communication with azure.
Required? false
Position? named
Default value None
Accept pipeline input? False
Accept wildcard characters? false
-Location <String>
Specifies the region for which this cmdlet checks the quotas. For more information, see Azure Regions (https://azure.microsoft.com/regions).
Required? true
Position? 0
Default value None
Accept pipeline input? True (ByPropertyName)
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
This cmdlet does not accept any input.
OUTPUTS
Microsoft.Azure.Commands.Batch.Models.PSBatchLocationQuotas
NOTES
Example 1: Get the Batch service quotas for the subscription in the West US region
PS C:\\>Get-AzureRmBatchLocationQuotas -Location "westus"
AccountQuota Location
------------ --------
1 westus
This command gets the quotas for the current subscription in the West US region. The return value indicates that this subscription can create only
one Batch account in that region.
RELATED LINKS
Online Version: https://docs.microsoft.com/en-us/powers ... tionquotas