Class AccountQueuePropertiesLoggingArgs
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.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class AccountQueuePropertiesLoggingArgs : ResourceArgs
Constructors
View SourceAccountQueuePropertiesLoggingArgs()
Declaration
public AccountQueuePropertiesLoggingArgs()
Properties
View SourceDelete
Indicates whether all delete requests should be logged. Changing this forces a new resource.
Declaration
public Input<bool> Delete { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Read
Indicates whether all read requests should be logged. Changing this forces a new resource.
Declaration
public Input<bool> Read { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
RetentionPolicyDays
Specifies the number of days that logs will be retained. Changing this forces a new resource.
Declaration
public Input<int> RetentionPolicyDays { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Version
The version of storage analytics to configure. Changing this forces a new resource.
Declaration
public Input<string> Version { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Write
Indicates whether all write requests should be logged. Changing this forces a new resource.
Declaration
public Input<bool> Write { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |