Show / Hide Table of Contents

Class SlotLogsHttpLogsFileSystemArgs

Inheritance
System.Object
InputArgs
ResourceArgs
SlotLogsHttpLogsFileSystemArgs
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.AppService.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class SlotLogsHttpLogsFileSystemArgs : ResourceArgs

Constructors

View Source

SlotLogsHttpLogsFileSystemArgs()

Declaration
public SlotLogsHttpLogsFileSystemArgs()

Properties

View Source

RetentionInDays

The number of days to retain logs for.

Declaration
public Input<int> RetentionInDays { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

RetentionInMb

The maximum size in megabytes that http log files can use before being removed.

Declaration
public Input<int> RetentionInMb { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.