Class DiagnosticSettingMetricRetentionPolicyGetArgs
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 DiagnosticSettingMetricRetentionPolicyGetArgs : ResourceArgs
Constructors
View SourceDiagnosticSettingMetricRetentionPolicyGetArgs()
Declaration
public DiagnosticSettingMetricRetentionPolicyGetArgs()
Properties
View SourceDays
The number of days for which this Retention Policy should apply.
Declaration
public Input<int> Days { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Enabled
Is this Retention Policy enabled?
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |