Share via


ProviderOperationsMetadataOperationsExtensions.Get Method

Definition

Gets provider operations metadata

public static Microsoft.Azure.Management.Resources.Models.ProviderOperationsMetadataGetResult Get (this Microsoft.Azure.Management.Resources.IProviderOperationsMetadataOperations operations, string resourceProviderNamespace);
static member Get : Microsoft.Azure.Management.Resources.IProviderOperationsMetadataOperations * string -> Microsoft.Azure.Management.Resources.Models.ProviderOperationsMetadataGetResult
<Extension()>
Public Function Get (operations As IProviderOperationsMetadataOperations, resourceProviderNamespace As String) As ProviderOperationsMetadataGetResult

Parameters

operations
IProviderOperationsMetadataOperations

Reference to the Microsoft.Azure.Management.Resources.IProviderOperationsMetadataOperations.

resourceProviderNamespace
String

Required. Namespace of the resource provider.

Returns

Provider operations metadata

Applies to