QuotaRequestStatusOperationsExtensions.List 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), subscription, and resource provider, get the history of the quota requests for the past year. To select specific quota requests, use the oData filter.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Reservations.Models.QuotaRequestDetails> List (this Microsoft.Azure.Management.Reservations.IQuotaRequestStatusOperations operations, string subscriptionId, string providerId, string location, string filter = default, int? top = default, string skiptoken = default);
static member List : Microsoft.Azure.Management.Reservations.IQuotaRequestStatusOperations * string * string * string * string * Nullable<int> * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Reservations.Models.QuotaRequestDetails>
<Extension()>
Public Function List (operations As IQuotaRequestStatusOperations, subscriptionId As String, providerId As String, location As String, Optional filter As String = Nothing, Optional top As Nullable(Of Integer) = Nothing, Optional skiptoken As String = Nothing) As IPage(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.
- skiptoken
- String
Skiptoken is only used if a previous operation returned a partial result. If a previous response contains a nextLink element, the value of the nextLink element includes a skiptoken parameter that specifies a starting point to use for subsequent calls.
Returns
Applies to
Azure SDK for .NET