AzureQueueStorageQueueResource Constructor
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.
A resource that represents an Azure Storage Queue.
public AzureQueueStorageQueueResource(string name, string queueName, Aspire.Hosting.Azure.AzureQueueStorageResource parent);
new Aspire.Hosting.Azure.AzureQueueStorageQueueResource : string * string * Aspire.Hosting.Azure.AzureQueueStorageResource -> Aspire.Hosting.Azure.AzureQueueStorageQueueResource
Public Sub New (name As String, queueName As String, parent As AzureQueueStorageResource)
Parameters
- name
- String
The name of the resource.
- queueName
- String
The name of the queue.
- parent
- AzureQueueStorageResource
The AzureQueueStorageResource that the resource is stored in.