IDiagnosticOperations.UpdateSettingsAsync Method (DiagnosticUpdateParameters, CancellationToken)

 

Update diagnostics settings.

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

Function UpdateSettingsAsync (
	parameters As DiagnosticUpdateParameters,
	cancellationToken As CancellationToken
) As Task(Of OperationResponse)

Parameters

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

The diagnostics setting information new values.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

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: