Share via


QuotaOperationOperationsExtensions.List(IQuotaOperationOperations) Method

Definition

GET quota operations.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Quota.Models.OperationResponse> List (this Microsoft.Azure.Management.Quota.IQuotaOperationOperations operations);
static member List : Microsoft.Azure.Management.Quota.IQuotaOperationOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Quota.Models.OperationResponse>
<Extension()>
Public Function List (operations As IQuotaOperationOperations) As IPage(Of OperationResponse)

Parameters

operations
IQuotaOperationOperations

The operations group for this extension method.

Returns

Remarks

List all the operations supported by the Microsoft.Quota resource provider.

Applies to