Método DiagnosticOperationsExtensions.GetSettingsAsync (IDiagnosticOperations)
Obter configurações de diagnóstico.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (em Microsoft.WindowsAzure.Management.WebSites.dll)
Sintaxe
public static Task<DiagnosticGetResponse> GetSettingsAsync(
this IDiagnosticOperations operations
)
public:
[ExtensionAttribute]
static Task<DiagnosticGetResponse^>^ GetSettingsAsync(
IDiagnosticOperations^ operations
)
static member GetSettingsAsync :
operations:IDiagnosticOperations -> Task<DiagnosticGetResponse>
<ExtensionAttribute>
Public Shared Function GetSettingsAsync (
operations As IDiagnosticOperations
) As Task(Of DiagnosticGetResponse)
Parâmetros
operations
Type: Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperationsReferência para o Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperations.
Valor de retorno
Type: System.Threading.Tasks.Task<DiagnosticGetResponse>
A resposta da operação get configurações de diagnóstico.
Consulte também
Classe DiagnosticOperationsExtensions
Namespace Microsoft.WindowsAzure
Retornar ao topo