QuotaRequestStatusOperationsExtensions.Get 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 Microsoft.Azure.Management.Reservations.Models.QuotaRequestDetails Get (this Microsoft.Azure.Management.Reservations.IQuotaRequestStatusOperations operations, string subscriptionId, string providerId, string location, string id);
static member Get : Microsoft.Azure.Management.Reservations.IQuotaRequestStatusOperations * string * string * string * string -> Microsoft.Azure.Management.Reservations.Models.QuotaRequestDetails
<Extension()>
Public Function Get (operations As IQuotaRequestStatusOperations, subscriptionId As String, providerId As String, location As String, id As String) As 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.
Returns
Applies to
Azure SDK for .NET