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

ReservationsExtensions.GetReservationQuota Method

Definition

Get the current quota (service limit) and usage of a resource. You can use the response from the GET operation to submit quota update request.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Capacity/resourceProviders/{providerId}/locations/{location}/serviceLimits/{resourceName}
  • Operation Id: Quota_Get
  • Default Api Version: 2020-10-25
  • Resource: ReservationQuotaResource
<item>MockingTo mock this method, please mock GetReservationQuota(String, AzureLocation, String, CancellationToken) instead.</item>
public static Azure.Response<Azure.ResourceManager.Reservations.ReservationQuotaResource> GetReservationQuota(this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string providerId, Azure.Core.AzureLocation location, string resourceName, System.Threading.CancellationToken cancellationToken = default);
static member GetReservationQuota : Azure.ResourceManager.Resources.SubscriptionResource * string * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Reservations.ReservationQuotaResource>
<Extension()>
Public Function GetReservationQuota (subscriptionResource As SubscriptionResource, providerId As String, location As AzureLocation, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ReservationQuotaResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

providerId
String

Azure resource provider ID.

location
AzureLocation

Azure region.

resourceName
String

The resource name for a resource provider, such as SKU name for Microsoft.Compute, Sku or TotalLowPriorityCores for Microsoft.MachineLearningServices.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

subscriptionResource, providerId or resourceName is null.

providerId or resourceName is an empty string, and was expected to be non-empty.

Applies to