WebAppsOperationsExtensions.UpdateDiagnosticLogsConfig 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.
Updates the logging configuration of an app.
public static Microsoft.Azure.Management.WebSites.Models.SiteLogsConfig UpdateDiagnosticLogsConfig (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.SiteLogsConfig siteLogsConfig);
static member UpdateDiagnosticLogsConfig : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.SiteLogsConfig -> Microsoft.Azure.Management.WebSites.Models.SiteLogsConfig
<Extension()>
Public Function UpdateDiagnosticLogsConfig (operations As IWebAppsOperations, resourceGroupName As String, name As String, siteLogsConfig As SiteLogsConfig) As SiteLogsConfig
Parameters
- operations
- IWebAppsOperations
The operations group for this extension method.
- resourceGroupName
- String
Name of the resource group to which the resource belongs.
- name
- String
Name of the app.
- siteLogsConfig
- SiteLogsConfig
A SiteLogsConfig JSON object that contains the logging configuration to change in the "properties" property.
Returns
Remarks
Description for Updates the logging configuration of an app.
Applies to
Azure SDK for .NET