QueueClientSettings Class

Definition

Represents the settings used to configure a QueueClient that can be loaded from an IConfigurationSection.

public class QueueClientSettings : System.ClientModel.Primitives.ClientSettings
type QueueClientSettings = class
    inherit ClientSettings
Public Class QueueClientSettings
Inherits ClientSettings
Inheritance
QueueClientSettings

Constructors

Name Description
QueueClientSettings()

Properties

Name Description
Options

Gets or sets the Options.

QueueUri

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}".

Methods

Name Description
BindCore(IConfigurationSection)

Binds configuration values from the given section.

Applies to