DiagnosticOperationsExtensions.UpdateSettings 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 Microsoft.Azure.AzureOperationResponse UpdateSettings (this Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperations operations, Microsoft.WindowsAzure.WebSitesExtensions.Models.DiagnosticUpdateParameters parameters);
static member UpdateSettings : Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperations * Microsoft.WindowsAzure.WebSitesExtensions.Models.DiagnosticUpdateParameters -> Microsoft.Azure.AzureOperationResponse
<Extension()>
Public Function UpdateSettings (operations As IDiagnosticOperations, parameters As DiagnosticUpdateParameters) As AzureOperationResponse
Parameters
- operations
- IDiagnosticOperations
Reference to the Microsoft.WindowsAzure.WebSitesExtensions.IDiagnosticOperations.
- parameters
- DiagnosticUpdateParameters
Required. The diagnostics setting information new values.
Returns
Microsoft.Azure.AzureOperationResponse
A standard service response including an HTTP status code and request ID.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET