Class QueueState
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
Assembly: Pulumi.Azure.dll
Syntax
public sealed class QueueState : ResourceArgs
Constructors
View SourceQueueState()
Declaration
public QueueState()
Properties
View SourceMetadata
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> |
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> |
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> |