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() | |
FileSystemApplicationLogsConfig(Nullable<LogLevel>) |
FileSystemApplicationLogsConfig()
public FileSystemApplicationLogsConfig ();
Public Sub New ()
Applies to
FileSystemApplicationLogsConfig(Nullable<LogLevel>)
public FileSystemApplicationLogsConfig (Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.LogLevel? level = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.FileSystemApplicationLogsConfig : Nullable<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.LogLevel> -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.FileSystemApplicationLogsConfig
Public Sub New (Optional level As Nullable(Of LogLevel) = Nothing)