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