Afficher en anglais Édition

Partage via


AzureQueueOptions.ConfigureQueueServiceClient Method

Definition

Overloads

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, TokenCredential)
Obsolete.

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

ConfigureQueueServiceClient(Uri, StorageSharedKeyCredential)
Obsolete.

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

ConfigureQueueServiceClient(Func<Task<QueueServiceClient>>)

Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs

Caution

Set the QueueServiceClient property directly.

Configures the QueueServiceClient using the provided callback.

C#
public void ConfigureQueueServiceClient(Func<System.Threading.Tasks.Task<Azure.Storage.Queues.QueueServiceClient>> createClientCallback);
C#
[System.Obsolete("Set the QueueServiceClient property directly.")]
public void ConfigureQueueServiceClient(Func<System.Threading.Tasks.Task<Azure.Storage.Queues.QueueServiceClient>> createClientCallback);

Parameters

createClientCallback
Func<Task<QueueServiceClient>>
Attributes

Applies to

.NET Orleans 9.0.0 et autres versions
Produit Versions (Obsolète)
.NET Orleans 3.6.0, 7.0.0, 8.0.0 (8.1.0, 8.2.0, 9.0.0)

ConfigureQueueServiceClient(String)

Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs

Caution

Set the QueueServiceClient property directly.

Configures the QueueServiceClient using a connection string.

C#
public void ConfigureQueueServiceClient(string connectionString);
C#
[System.Obsolete("Set the QueueServiceClient property directly.")]
public void ConfigureQueueServiceClient(string connectionString);

Parameters

connectionString
String
Attributes

Applies to

.NET Orleans 9.0.0 et autres versions
Produit Versions (Obsolète)
.NET Orleans 3.6.0, 7.0.0, 8.0.0 (8.1.0, 8.2.0, 9.0.0)

ConfigureQueueServiceClient(Uri)

Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs

Caution

Set the QueueServiceClient property directly.

Configures the QueueServiceClient using an authenticated service URI.

C#
public void ConfigureQueueServiceClient(Uri serviceUri);
C#
[System.Obsolete("Set the QueueServiceClient property directly.")]
public void ConfigureQueueServiceClient(Uri serviceUri);

Parameters

serviceUri
Uri
Attributes

Applies to

.NET Orleans 9.0.0 et autres versions
Produit Versions (Obsolète)
.NET Orleans 3.6.0, 7.0.0, 8.0.0 (8.1.0, 8.2.0, 9.0.0)

ConfigureQueueServiceClient(Uri, AzureSasCredential)

Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs

Caution

Set the QueueServiceClient property directly.

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

C#
public void ConfigureQueueServiceClient(Uri serviceUri, Azure.AzureSasCredential azureSasCredential);
C#
[System.Obsolete("Set the QueueServiceClient property directly.")]
public void ConfigureQueueServiceClient(Uri serviceUri, Azure.AzureSasCredential azureSasCredential);

Parameters

serviceUri
Uri
azureSasCredential
AzureSasCredential
Attributes

Applies to

.NET Orleans 9.0.0 et autres versions
Produit Versions (Obsolète)
.NET Orleans 3.6.0, 7.0.0, 8.0.0 (8.1.0, 8.2.0, 9.0.0)

ConfigureQueueServiceClient(Uri, TokenCredential)

Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs

Caution

Set the QueueServiceClient property directly.

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

C#
public void ConfigureQueueServiceClient(Uri serviceUri, Azure.Core.TokenCredential tokenCredential);
C#
[System.Obsolete("Set the QueueServiceClient property directly.")]
public void ConfigureQueueServiceClient(Uri serviceUri, Azure.Core.TokenCredential tokenCredential);

Parameters

serviceUri
Uri
tokenCredential
TokenCredential
Attributes

Applies to

.NET Orleans 9.0.0 et autres versions
Produit Versions (Obsolète)
.NET Orleans 3.6.0, 7.0.0, 8.0.0 (8.1.0, 8.2.0, 9.0.0)

ConfigureQueueServiceClient(Uri, StorageSharedKeyCredential)

Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs
Source:
AzureQueueStreamOptions.cs

Caution

Set the QueueServiceClient property directly.

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

C#
public void ConfigureQueueServiceClient(Uri serviceUri, Azure.Storage.StorageSharedKeyCredential sharedKeyCredential);
C#
[System.Obsolete("Set the QueueServiceClient property directly.")]
public void ConfigureQueueServiceClient(Uri serviceUri, Azure.Storage.StorageSharedKeyCredential sharedKeyCredential);

Parameters

serviceUri
Uri
sharedKeyCredential
StorageSharedKeyCredential
Attributes

Applies to

.NET Orleans 9.0.0 et autres versions
Produit Versions (Obsolète)
.NET Orleans 3.6.0, 7.0.0, 8.0.0 (8.1.0, 8.2.0, 9.0.0)