ProviderOperationsMetadataOperationsExtensions.GetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.