DiagnosticOperationsExtensions.UpdateSettingsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Update diagnostics settings.
public static System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse> UpdateSettingsAsync (this Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperations operations, Microsoft.WindowsAzure.WebSitesExtensions.Models.DiagnosticUpdateParameters parameters);
static member UpdateSettingsAsync : Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperations * Microsoft.WindowsAzure.WebSitesExtensions.Models.DiagnosticUpdateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.AzureOperationResponse>
<Extension()>
Public Function UpdateSettingsAsync (operations As IDiagnosticOperations, parameters As DiagnosticUpdateParameters) As Task(Of AzureOperationResponse)
Parameters
- operations
- IDiagnosticOperations
Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperations.
- parameters
- DiagnosticUpdateParameters
Required. The diagnostics setting information new values.
Returns
Task<Microsoft.Azure.AzureOperationResponse>
A standard service response including an HTTP status code and request ID.