Share via


OperationsExtensions.List(IOperations) Method

Definition

List available operations.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.EventGrid.Models.Operation> List (this Microsoft.Azure.Management.EventGrid.IOperations operations);
static member List : Microsoft.Azure.Management.EventGrid.IOperations -> seq<Microsoft.Azure.Management.EventGrid.Models.Operation>
<Extension()>
Public Function List (operations As IOperations) As IEnumerable(Of Operation)

Parameters

operations
IOperations

The operations group for this extension method.

Returns

Remarks

List the available operations supported by the Microsoft.EventGrid resource provider.

Applies to