Class AccountQueuePropertiesHourMetricsArgs
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 AccountQueuePropertiesHourMetricsArgs : ResourceArgs
Constructors
View SourceAccountQueuePropertiesHourMetricsArgs()
Declaration
public AccountQueuePropertiesHourMetricsArgs()
Properties
View SourceEnabled
Indicates whether hour metrics are enabled for the Queue service. Changing this forces a new resource.
Declaration
public Input<bool> Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
IncludeApis
Indicates whether metrics should generate summary statistics for called API operations.
Declaration
public Input<bool> IncludeApis { 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> |