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