Sdílet prostřednictvím


ProviderOperationsMetadataOperationsExtensions.GetAsync Method

Definition

Gets provider operations metadata

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ProviderOperationsMetadataGetResult> GetAsync (this Microsoft.Azure.Management.Resources.IProviderOperationsMetadataOperations operations, string resourceProviderNamespace);
static member GetAsync : Microsoft.Azure.Management.Resources.IProviderOperationsMetadataOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ProviderOperationsMetadataGetResult>
<Extension()>
Public Function GetAsync (operations As IProviderOperationsMetadataOperations, resourceProviderNamespace As String) As Task(Of 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