Show / Hide Table of Contents

Class QueueState

Inheritance
System.Object
InputArgs
ResourceArgs
QueueState
Inherited Members
ResourceArgs.Empty
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class QueueState : ResourceArgs

Constructors

View Source

QueueState()

Declaration
public QueueState()

Properties

View Source

Metadata

A mapping of MetaData which should be assigned to this Storage Queue.

Declaration
public InputMap<string> Metadata { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

Name

The name of the Queue which should be created within the Storage Account. Must be unique within the storage account the queue is located.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

StorageAccountName

Specifies the Storage Account in which the Storage Queue should exist. Changing this forces a new resource to be created.

Declaration
public Input<string> StorageAccountName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.