Show / Hide Table of Contents

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 Source

Category

The name of a Diagnostic Log Category for this Resource.

Declaration
public readonly string Category
Field Value
Type Description
System.String
View Source

Enabled

Is this Diagnostic Log enabled? Defaults to true.

Declaration
public readonly bool? Enabled
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

RetentionPolicy

A retention_policy block as defined below.

Declaration
public readonly DiagnosticSettingLogRetentionPolicy RetentionPolicy
Field Value
Type Description
DiagnosticSettingLogRetentionPolicy
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.