你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BatchClient.GetLocationQuotas(String) Method

Definition

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.

Applies to