Compartilhar via


Método SettingsOperationsExtensions.GetAsync (ISettingsOperations, String)

 

Obtém uma configuração.

Namespace:   Microsoft.WindowsAzure
Assembly:  Microsoft.WindowsAzure.Management.WebSites (em Microsoft.WindowsAzure.Management.WebSites.dll)

Sintaxe

public static Task<SettingsGetResponse> GetAsync(
    this ISettingsOperations operations,
    string settingId
)
public:
[ExtensionAttribute]
static Task<SettingsGetResponse^>^ GetAsync(
    ISettingsOperations^ operations,
    String^ settingId
)
static member GetAsync : 
        operations:ISettingsOperations *
        settingId:string -> Task<SettingsGetResponse>
<ExtensionAttribute>
Public Shared Function GetAsync (
    operations As ISettingsOperations,
    settingId As String
) As Task(Of SettingsGetResponse)

Parâmetros

  • settingId
    Type: System.String

    Obrigatório. O identificador de configuração.

Valor de retorno

Type: System.Threading.Tasks.Task<SettingsGetResponse>

A resposta da operação get configuração.

Consulte também

Classe SettingsOperationsExtensions
Namespace Microsoft.WindowsAzure

Retornar ao topo