Edit

Share via


AzureQueueOptions Class

Definition

Azure queue stream provider options.

public class AzureQueueOptions
type AzureQueueOptions = class
Public Class AzureQueueOptions
Inheritance
AzureQueueOptions

Constructors

AzureQueueOptions()

Properties

ClientOptions
Obsolete.

Options to be used when configuring the queue storage client, or null to use the default options.

ConnectionString
Obsolete.

Deprecated: use ConfigureQueueServiceClient instead.

MessageVisibilityTimeout

The message visibility timeout.

QueueNames

The queue names.

QueueServiceClient

Gets or sets the QueueServiceClient used to access the Azure Queue Service.

ServiceUri
Obsolete.

Deprecated: use ConfigureQueueServiceClient instead.

TokenCredential
Obsolete.

Deprecated: use ConfigureQueueServiceClient instead.

Methods

ConfigureQueueServiceClient(Func<Task<QueueServiceClient>>)
Obsolete.

Configures the QueueServiceClient using the provided callback.

ConfigureQueueServiceClient(String)
Obsolete.

Configures the QueueServiceClient using a connection string.

ConfigureQueueServiceClient(Uri)
Obsolete.

Configures the QueueServiceClient using an authenticated service URI.

ConfigureQueueServiceClient(Uri, AzureSasCredential)
Obsolete.

Configures the QueueServiceClient using an authenticated service URI and a AzureSasCredential.

ConfigureQueueServiceClient(Uri, StorageSharedKeyCredential)
Obsolete.

Configures the QueueServiceClient using an authenticated service URI and a StorageSharedKeyCredential.

ConfigureQueueServiceClient(Uri, TokenCredential)
Obsolete.

Configures the QueueServiceClient using an authenticated service URI and a TokenCredential.

Applies to