OperationsExtensions.List(IOperations) Method

Definition

Lists the available billing REST API operations. https://docs.microsoft.com/en-us/rest/api/billing/

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

Parameters

operations
IOperations

The operations group for this extension method.

Returns

Applies to