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 SourceDelete
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 |
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 |
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> |
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 |
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 |