Show / Hide Table of Contents

Class AccountQueueProperties

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

Fields

View Source

CorsRules

A cors_rule block as defined above.

Declaration
public readonly ImmutableArray<AccountQueuePropertiesCorsRule> CorsRules
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<AccountQueuePropertiesCorsRule>
View Source

HourMetrics

A hour_metrics block as defined below.

Declaration
public readonly AccountQueuePropertiesHourMetrics HourMetrics
Field Value
Type Description
AccountQueuePropertiesHourMetrics
View Source

Logging

A logging block as defined below.

Declaration
public readonly AccountQueuePropertiesLogging Logging
Field Value
Type Description
AccountQueuePropertiesLogging
View Source

MinuteMetrics

A minute_metrics block as defined below.

Declaration
public readonly AccountQueuePropertiesMinuteMetrics MinuteMetrics
Field Value
Type Description
AccountQueuePropertiesMinuteMetrics
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.