FileSystemApplicationLogsConfig Constructors
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.
Overloads
FileSystemApplicationLogsConfig() |
Initializes a new instance of the FileSystemApplicationLogsConfig class. |
FileSystemApplicationLogsConfig(Nullable<LogLevel>) |
Initializes a new instance of the FileSystemApplicationLogsConfig class. |
FileSystemApplicationLogsConfig()
Initializes a new instance of the FileSystemApplicationLogsConfig class.
public FileSystemApplicationLogsConfig ();
Public Sub New ()
Applies to
FileSystemApplicationLogsConfig(Nullable<LogLevel>)
Initializes a new instance of the FileSystemApplicationLogsConfig class.
public FileSystemApplicationLogsConfig (Microsoft.Azure.Management.AppService.Fluent.Models.LogLevel? level = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.FileSystemApplicationLogsConfig : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.LogLevel> -> Microsoft.Azure.Management.AppService.Fluent.Models.FileSystemApplicationLogsConfig
Public Sub New (Optional level As Nullable(Of LogLevel) = Nothing)
Parameters
Log level. Possible values include: 'Off', 'Verbose', 'Information', 'Warning', 'Error'
Applies to
Azure SDK for .NET