Partager via


FileSystemHttpLogsConfig Constructors

Definition

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)

Parameters

retentionInMb
Nullable<Int32>
retentionInDays
Nullable<Int32>
enabled
Nullable<Boolean>

Applies to