QueueClientSettings.QueueUri Property

Definition

A Uri referencing the queue that includes the name of the account, and the name of the queue. This is likely to be similar to "https://{account_name}.queue.core.windows.net/{queue_name}".

public Uri QueueUri { get; set; }
member this.QueueUri : Uri with get, set
Public Property QueueUri As Uri

Property Value

Uri

Applies to