PSLogSettings Class
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.
Wrapps around the LogSettings
public class PSLogSettings : Microsoft.Azure.Commands.Insights.OutputClasses.PSDiagnosticDetailSettings
public class PSLogSettings : Microsoft.Azure.Management.Monitor.Management.Models.LogSettings
type PSLogSettings = class
inherit PSDiagnosticDetailSettings
type PSLogSettings = class
inherit LogSettings
Public Class PSLogSettings
Inherits PSDiagnosticDetailSettings
Public Class PSLogSettings
Inherits LogSettings
- Inheritance
- Inheritance
Constructors
PSLogSettings() | |
PSLogSettings(LogSettings) | |
PSLogSettings(LogSettings) |
Initializes a new instance of the PSLogSettings class. |
Properties
Category | (Inherited from PSDiagnosticDetailSettings) |
CategoryType | (Inherited from PSDiagnosticDetailSettings) |
Enabled | (Inherited from PSDiagnosticDetailSettings) |
RetentionPolicy | (Inherited from PSDiagnosticDetailSettings) |
RetentionPolicy |
Gets or sets the RetentionPolicy of the LogSettings (Inherited from LogSettings) |
Methods
GetLogSetting() | |
ToString() |
A string representation of the PSLogSettings |