Metodo DiagnosticOperationsExtensions.GetSettingsAsync (IDiagnosticOperations)
Ottenere le impostazioni di diagnostica.
Spazio dei nomi: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Sintassi
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)
Parametri
operations
Type: Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperationsRiferimento di Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperations.
Valore restituito
Type: System.Threading.Tasks.Task<DiagnosticGetResponse>
La risposta dell'operazione get le impostazioni di diagnostica.
Vedere anche
Classe DiagnosticOperationsExtensions
Spazio dei nomi Microsoft.WindowsAzure
Torna all'inizio