HDInsightClient.ListResourceProviderPropertiesAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Consulta as propriedades de uma determinada assinatura para o tipo de recurso HDInsight.
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>>> ListResourceProviderPropertiesAsync ();
abstract member ListResourceProviderPropertiesAsync : unit -> System.Threading.Tasks.Task<seq<System.Collections.Generic.KeyValuePair<string, string>>>
override this.ListResourceProviderPropertiesAsync : unit -> System.Threading.Tasks.Task<seq<System.Collections.Generic.KeyValuePair<string, string>>>
Public Function ListResourceProviderPropertiesAsync () As Task(Of IEnumerable(Of KeyValuePair(Of String, String)))
Retornos
Lista de locais do Azure sindows.
Implementações
Aplica-se a
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET