Método SettingsOperationsExtensions.ListAsync (ISettingsOperations)
Lista as configurações.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (em Microsoft.WindowsAzure.Management.WebSites.dll)
Sintaxe
public static Task<SettingsListResponse> ListAsync(
this ISettingsOperations operations
)
public:
[ExtensionAttribute]
static Task<SettingsListResponse^>^ ListAsync(
ISettingsOperations^ operations
)
static member ListAsync :
operations:ISettingsOperations -> Task<SettingsListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
operations As ISettingsOperations
) As Task(Of SettingsListResponse)
Parâmetros
operations
Type: Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperationsReferência para o Microsoft.WindowsAzure.WebSitesExtensions.ISettingsOperations.
Valor de retorno
Type: System.Threading.Tasks.Task<SettingsListResponse>
A resposta da operação lista as configurações.
Consulte também
Classe SettingsOperationsExtensions
Namespace Microsoft.WindowsAzure
Retornar ao topo