Share via


AuthorizationProviderOperationsMetadataCollection.GetAllAsync Method

Definition

Gets provider operations metadata for all resource providers.

public virtual Azure.AsyncPageable<Azure.ResourceManager.Authorization.AuthorizationProviderOperationsMetadataResource> GetAllAsync (string expand = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Authorization.AuthorizationProviderOperationsMetadataResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Authorization.AuthorizationProviderOperationsMetadataResource>
Public Overridable Function GetAllAsync (Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AuthorizationProviderOperationsMetadataResource)

Parameters

expand
String

Specifies whether to expand the values.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of AuthorizationProviderOperationsMetadataResource that may take multiple service requests to iterate over.

Applies to