Share via


ProviderOperationsMetadataOperationsExtensions.Get Method

Definition

Gets provider operations metadata for the specified resource provider.

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

Parameters

operations
IProviderOperationsMetadataOperations

The operations group for this extension method.

resourceProviderNamespace
String

The namespace of the resource provider.

expand
String

Specifies whether to expand the values.

Returns

Applies to