DiagnosticOperationsExtensions.GetSettingsAsync Method (IDiagnosticOperations)
Get diagnostics settings.
Namespace: Microsoft.WindowsAzure
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
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)
Parameters
operations
Type: Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperationsReference to the Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperations.
Return Value
Type: System.Threading.Tasks.Task<DiagnosticGetResponse>
The get diagnostic settings operation response.
See Also
DiagnosticOperationsExtensions Class
Microsoft.WindowsAzure Namespace
Return to top