DiagnosticOperationsExtensions.UpdateSettings Method (IDiagnosticOperations, DiagnosticUpdateParameters)

 

Update diagnostics settings.

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

public static OperationResponse UpdateSettings(
	this IDiagnosticOperations operations,
	DiagnosticUpdateParameters parameters
)

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: Microsoft.WindowsAzure.OperationResponse

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

Return to top
Show: