Bagikan melalui


MockableReservationsSubscriptionResource.GetReservationQuotaAsync 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
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Reservations.ReservationQuotaResource>> GetReservationQuotaAsync (string providerId, Azure.Core.AzureLocation location, string resourceName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetReservationQuotaAsync : string * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Reservations.ReservationQuotaResource>>
override this.GetReservationQuotaAsync : string * Azure.Core.AzureLocation * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Reservations.ReservationQuotaResource>>
Public Overridable Function GetReservationQuotaAsync (providerId As String, location As AzureLocation, resourceName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ReservationQuotaResource))

Parameters

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

providerId or resourceName is null.

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

Applies to