你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithApplicationLogLevel<ParentT>.WithLogLevel(LogLevel) 方法

定义

指定应用程序日志级别。

public Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithStorageLocationForApplication<ParentT> WithLogLevel (Microsoft.Azure.Management.AppService.Fluent.Models.LogLevel logLevel);
abstract member WithLogLevel : Microsoft.Azure.Management.AppService.Fluent.Models.LogLevel -> Microsoft.Azure.Management.AppService.Fluent.WebAppDiagnosticLogs.Definition.IWithStorageLocationForApplication<'ParentT>
Public Function WithLogLevel (logLevel As LogLevel) As IWithStorageLocationForApplication(Of ParentT)

参数

logLevel
LogLevel

应用程序日志级别。

返回

适用于