Class DiagnosticSettingLog
Inheritance
System.Object
DiagnosticSettingLog
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Monitoring.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class DiagnosticSettingLog
Fields
View SourceCategory
The name of a Diagnostic Log Category for this Resource.
Declaration
public readonly string Category
Field Value
| Type | Description |
|---|---|
| System.String |
Enabled
Is this Diagnostic Log enabled? Defaults to true.
Declaration
public readonly bool? Enabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
RetentionPolicy
A retention_policy block as defined below.
Declaration
public readonly DiagnosticSettingLogRetentionPolicy RetentionPolicy
Field Value
| Type | Description |
|---|---|
| DiagnosticSettingLogRetentionPolicy |