AzureQueueStorageResource Properties
Class Properties 3 members
Represents an Azure Queue Storage resource.
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; } Gets the connection URI expression for the queue storage service.
public ReferenceExpression UriExpression { get; }Remarks
Format:
https://{host}:{port} for emulator or {queueEndpoint} for Azure.