Share via


ProviderOperationsMetadataOperationsExtensions.List Method

Definition

Gets provider operations metadata for all resource providers.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Models.ProviderOperationsMetadata> List (this Microsoft.Azure.Management.Authorization.IProviderOperationsMetadataOperations operations, string expand = "resourceTypes");
static member List : Microsoft.Azure.Management.Authorization.IProviderOperationsMetadataOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Models.ProviderOperationsMetadata>
<Extension()>
Public Function List (operations As IProviderOperationsMetadataOperations, Optional expand As String = "resourceTypes") As IPage(Of ProviderOperationsMetadata)

Parameters

operations
IProviderOperationsMetadataOperations

The operations group for this extension method.

expand
String

Specifies whether to expand the values.

Returns

Applies to