Class LogProfileRetentionPolicyArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LogProfileRetentionPolicyArgs : ResourceArgs
Constructors
View SourceLogProfileRetentionPolicyArgs()
Declaration
public LogProfileRetentionPolicyArgs()
Properties
View SourceDays
The number of days for the retention policy. Defaults to 0.
Declaration
public Input<int> Days { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Enabled
A boolean value to indicate whether the retention policy is enabled.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |