Compartilhar via


Método SettingsOperationsExtensions.List (ISettingsOperations)

 

Lista as configurações.

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

Sintaxe

public static SettingsListResponse List(
    this ISettingsOperations operations
)
public:
[ExtensionAttribute]
static SettingsListResponse^ List(
    ISettingsOperations^ operations
)
static member List : 
        operations:ISettingsOperations -> SettingsListResponse
<ExtensionAttribute>
Public Shared Function List (
    operations As ISettingsOperations
) As SettingsListResponse

Parâmetros

Valor de retorno

Type: Microsoft.WindowsAzure.WebSitesExtensions.Models.SettingsListResponse

A resposta da operação lista as configurações.

Consulte também

Classe SettingsOperationsExtensions
Namespace Microsoft.WindowsAzure

Retornar ao topo