FileSystemHttpLogsConfig 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
FileSystemHttpLogsConfig() | |
FileSystemHttpLogsConfig(Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>) |
FileSystemHttpLogsConfig()
public FileSystemHttpLogsConfig ();
Public Sub New ()
Applies to
FileSystemHttpLogsConfig(Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>)
public FileSystemHttpLogsConfig (int? retentionInMb = default, int? retentionInDays = default, bool? enabled = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.FileSystemHttpLogsConfig : Nullable<int> * Nullable<int> * Nullable<bool> -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.FileSystemHttpLogsConfig
Public Sub New (Optional retentionInMb As Nullable(Of Integer) = Nothing, Optional retentionInDays As Nullable(Of Integer) = Nothing, Optional enabled As Nullable(Of Boolean) = Nothing)