AzureStorageQueuesSettings Class

Definition

Provides the client configuration settings for connecting to Azure Storage Queues.

public sealed class AzureStorageQueuesSettings
type AzureStorageQueuesSettings = class
Public NotInheritable Class AzureStorageQueuesSettings
Inheritance
AzureStorageQueuesSettings

Constructors

AzureStorageQueuesSettings()

Properties

ConnectionString

Gets or sets the connection string used to connect to the blob service.

Credential

Gets or sets the credential used to authenticate to the Queues Storage.

DisableHealthChecks

Gets or sets a boolean value that indicates whether the Queues Storage health check is disabled or not.

DisableTracing

Gets or sets a boolean value that indicates whether the OpenTelemetry tracing is disabled or not.

ServiceUri

A Uri referencing the queue service. This is likely to be similar to "https://{account_name}.queue.core.windows.net".

Applies to