Bagikan melalui


ReservationQuotaResource.Get(CancellationToken) 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 Azure.Response<Azure.ResourceManager.Reservations.ReservationQuotaResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Reservations.ReservationQuotaResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Reservations.ReservationQuotaResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ReservationQuotaResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to