DiagnosticOperationsExtensions.UpdateSettingsAsync Method (IDiagnosticOperations, DiagnosticUpdateParameters)

 

Update diagnostics settings.

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

<ExtensionAttribute>
Public Shared Function UpdateSettingsAsync (
	operations As IDiagnosticOperations,
	parameters As DiagnosticUpdateParameters
) As Task(Of OperationResponse)

Parameters

operations
Type: Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperations

Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperations.

parameters
Type: Microsoft.WindowsAzure.WebSitesExtensions.Models.DiagnosticUpdateParameters

Required. The diagnostics setting information new values.

Return Value

Type: System.Threading.Tasks.Task(Of OperationResponse)

A standard service response including an HTTP status code and request ID.

Return to top
Show: