StorageQueueEventSubscriptionDestination.QueueName Property

Definition

Gets or sets the name of the Storage queue under a storage account that is the destination of an event subscription.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.queueName")]
public string QueueName { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.queueName")>]
member this.QueueName : string with get, set
Public Property QueueName As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to