Class LogProfileRetentionPolicyGetArgs
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 LogProfileRetentionPolicyGetArgs : ResourceArgs
Constructors
View SourceLogProfileRetentionPolicyGetArgs()
Declaration
public LogProfileRetentionPolicyGetArgs()
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> |