Show / Hide Table of Contents

Class LogProfileRetentionPolicyArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LogProfileRetentionPolicyArgs
Inherited Members
ResourceArgs.Empty
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 Source

LogProfileRetentionPolicyArgs()

Declaration
public LogProfileRetentionPolicyArgs()

Properties

View Source

Days

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.