Show / Hide Table of Contents

Class AccountQueuePropertiesLogging

Inheritance
System.Object
AccountQueuePropertiesLogging
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.Storage.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AccountQueuePropertiesLogging

Fields

View Source

Delete

Indicates whether all delete requests should be logged. Changing this forces a new resource.

Declaration
public readonly bool Delete
Field Value
Type Description
System.Boolean
View Source

Read

Indicates whether all read requests should be logged. Changing this forces a new resource.

Declaration
public readonly bool Read
Field Value
Type Description
System.Boolean
View Source

RetentionPolicyDays

Specifies the number of days that logs will be retained. Changing this forces a new resource.

Declaration
public readonly int? RetentionPolicyDays
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Version

The version of storage analytics to configure. Changing this forces a new resource.

Declaration
public readonly string Version
Field Value
Type Description
System.String
View Source

Write

Indicates whether all write requests should be logged. Changing this forces a new resource.

Declaration
public readonly bool Write
Field Value
Type Description
System.Boolean
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.