LogSettings 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
LogSettings() | |
LogSettings(Boolean, String, RetentionPolicy) |
LogSettings()
public LogSettings ();
Public Sub New ()
Applies to
LogSettings(Boolean, String, RetentionPolicy)
public LogSettings (bool enabled, string category = default, Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.RetentionPolicy retentionPolicy = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.LogSettings : bool * string * Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.RetentionPolicy -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.LogSettings
Public Sub New (enabled As Boolean, Optional category As String = Nothing, Optional retentionPolicy As RetentionPolicy = Nothing)
Parameters
- enabled
- Boolean
- category
- String
- retentionPolicy
- RetentionPolicy