Skip to content
Docs Try Aspire

AzureQueueStorageResource Properties

Class Properties 3 members
Represents an Azure Queue Storage resource.
ConnectionStringExpression Section titled ConnectionStringExpression ReferenceExpression
Gets the connection string template for the manifest for the Azure Queue Storage resource.
public ReferenceExpression ConnectionStringExpression { get; }
Gets the parent AzureStorageResource of this AzureQueueStorageResource.
public AzureStorageResource Parent { get; }
UriExpression Section titled UriExpression ReferenceExpression
Gets the connection URI expression for the queue storage service.
public ReferenceExpression UriExpression { get; }
Format: https://{host}:{port} for emulator or {queueEndpoint} for Azure.