Share via


AuthorizationProviderOperationsMetadataCollection.Get Method

Definition

Gets provider operations metadata for the specified resource provider.

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

Parameters

resourceProviderNamespace
String

The namespace of the resource provider.

expand
String

Specifies whether to expand the values.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

resourceProviderNamespace is null.

Applies to