AspireQueueStorageExtensions
Class static net10.0
Provides extension methods for registering
Queues.QueueServiceClient as a singleton in the services provided by the Hosting.IHostApplicationBuilder. Enables retries, corresponding health check, logging and telemetry. namespace Microsoft.Extensions.Hosting;
public static class AspireQueueStorageExtensions{ // ...} 6 members
Methods6
Section titled MethodsAddAzureQueue(IHostApplicationBuilder, string, Action<AzureStorageQueueSettings>, Action<IAzureClientBuilder<QueueClient, QueueClientOptions>>)extension Registers
Queues.QueueClient as a singleton in the services provided by the builder. Enables retries, corresponding health check, logging and telemetry. AddAzureQueueClient(IHostApplicationBuilder, string, Action<AzureStorageQueuesSettings>, Action<IAzureClientBuilder<QueueServiceClient, QueueClientOptions>>)extensionobsolete Registers
Queues.QueueServiceClient as a singleton in the services provided by the builder. Enables retries, corresponding health check, logging and telemetry. AddAzureQueueServiceClient(IHostApplicationBuilder, string, Action<AzureStorageQueuesSettings>, Action<IAzureClientBuilder<QueueServiceClient, QueueClientOptions>>)extension Registers
Queues.QueueServiceClient as a singleton in the services provided by the builder. Enables retries, corresponding health check, logging and telemetry. AddKeyedAzureQueue(IHostApplicationBuilder, string, Action<AzureStorageQueueSettings>, Action<IAzureClientBuilder<QueueClient, QueueClientOptions>>)extension Registers
Queues.QueueClient as a singleton in the services provided by the builder. Enables retries, corresponding health check, logging and telemetry. AddKeyedAzureQueueClient(IHostApplicationBuilder, string, Action<AzureStorageQueuesSettings>, Action<IAzureClientBuilder<QueueServiceClient, QueueClientOptions>>)extensionobsolete Registers
Queues.QueueServiceClient as a singleton for given name in the services provided by the builder. Enables retries, corresponding health check, logging and telemetry. AddKeyedAzureQueueServiceClient(IHostApplicationBuilder, string, Action<AzureStorageQueuesSettings>, Action<IAzureClientBuilder<QueueServiceClient, QueueClientOptions>>)extension Registers
Queues.QueueServiceClient as a singleton for given name in the services provided by the builder. Enables retries, corresponding health check, logging and telemetry.