AzureStorageExtensions.AddQueues Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a builder for the AzureQueueStorageResource which can be referenced to get the Azure Storage queues endpoint for the storage account.
public static Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureQueueStorageResource> AddQueues (this Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureStorageResource> builder, string name);
static member AddQueues : Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureStorageResource> * string -> Aspire.Hosting.ApplicationModel.IResourceBuilder<Aspire.Hosting.Azure.AzureQueueStorageResource>
<Extension()>
Public Function AddQueues (builder As IResourceBuilder(Of AzureStorageResource), name As String) As IResourceBuilder(Of AzureQueueStorageResource)
Parameters
- builder
- IResourceBuilder<AzureStorageResource>
The IResourceBuilder<T> for AzureStorageResource/
- name
- String
The name of the resource.
Returns
An IResourceBuilder<T> for the AzureQueueStorageResource.