OperationsExtensions.List(IOperations) 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.
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.