QuotaRequestStatusOperationsExtensions.GetAsync 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.
For the specified Azure region (location), get the details and status of the quota request by the quota request ID for the resources of the resource provider. The PUT request for the quota (service limit) returns a response with the requestId parameter.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Reservations.Models.QuotaRequestDetails> GetAsync (this Microsoft.Azure.Management.Reservations.IQuotaRequestStatusOperations operations, string subscriptionId, string providerId, string location, string id, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Reservations.IQuotaRequestStatusOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Reservations.Models.QuotaRequestDetails>
<Extension()>
Public Function GetAsync (operations As IQuotaRequestStatusOperations, subscriptionId As String, providerId As String, location As String, id As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of QuotaRequestDetails)
Parameters
- operations
- IQuotaRequestStatusOperations
The operations group for this extension method.
- subscriptionId
- String
Azure subscription ID.
- providerId
- String
Azure resource provider ID.
- location
- String
Azure region.
- id
- String
Quota Request ID.
- cancellationToken
- CancellationToken
The cancellation token.
Returns
Applies to
Azure SDK for .NET