BatchClient.GetLocationQuotas(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Batch service quotas for the specified subscription at the given region.
public virtual Microsoft.Azure.Commands.Batch.Models.PSBatchLocationQuotas GetLocationQuotas (string location);
abstract member GetLocationQuotas : string -> Microsoft.Azure.Commands.Batch.Models.PSBatchLocationQuotas
override this.GetLocationQuotas : string -> Microsoft.Azure.Commands.Batch.Models.PSBatchLocationQuotas
Public Overridable Function GetLocationQuotas (location As String) As PSBatchLocationQuotas
Parameters
- location
- String
The desired region for the quotas.
Returns
A PSBatchLocationQuotas object containing the quotas.