Show / Hide Table of Contents

Class AccountQueuePropertiesHourMetrics

Inheritance
System.Object
AccountQueuePropertiesHourMetrics
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 AccountQueuePropertiesHourMetrics

Fields

View Source

Enabled

Indicates whether hour metrics are enabled for the Queue service. Changing this forces a new resource.

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

IncludeApis

Indicates whether metrics should generate summary statistics for called API operations.

Declaration
public readonly bool? IncludeApis
Field Value
Type Description
System.Nullable<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
Back to top Copyright 2016-2020, Pulumi Corporation.