Partilhar via


ProviderOperationsExtensions.GetAsync(IProviderOperations, String) Método

Definição

Obtém a configuração do provedor.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ProviderGetResult> GetAsync (this Microsoft.Azure.Management.Resources.IProviderOperations operations, string resourceProviderNamespace);
static member GetAsync : Microsoft.Azure.Management.Resources.IProviderOperations * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.ProviderGetResult>
<Extension()>
Public Function GetAsync (operations As IProviderOperations, resourceProviderNamespace As String) As Task(Of ProviderGetResult)

Parâmetros

operations
IProviderOperations

Referência para o Microsoft.Azure.Management.Resources.IProviderOperations.

resourceProviderNamespace
String

Obrigatórios. Namespace do provedor de recursos.

Retornos

Informações do provedor de recursos.

Aplica-se a