Skip to content
Docs Try Aspire

AzureStorageResource Properties

Class Properties 8 members
Represents an Azure Storage resource.
BlobEndpoint Section titled BlobEndpoint BicepOutputReference
Gets the "blobEndpoint" output reference from the bicep template for the Azure Storage resource.
public BicepOutputReference BlobEndpoint { get; }
BlobUriExpression Section titled BlobUriExpression ReferenceExpression
Gets the connection URI expression for the blob storage service.
public ReferenceExpression BlobUriExpression { get; }
Format: https://{host}:{port} for emulator or {blobEndpoint} for Azure.
Gets a value indicating whether the Azure Storage resource is running in the local emulator.
public bool IsEmulator { get; }
NameOutputReference Section titled NameOutputReference BicepOutputReference
Gets the "name" output reference for the resource.
public BicepOutputReference NameOutputReference { get; }
QueueEndpoint Section titled QueueEndpoint BicepOutputReference
Gets the "queueEndpoint" output reference from the bicep template for the Azure Storage resource.
public BicepOutputReference QueueEndpoint { get; }
QueueUriExpression Section titled QueueUriExpression ReferenceExpression
Gets the connection URI expression for the queue storage service.
public ReferenceExpression QueueUriExpression { get; }
Format: https://{host}:{port} for emulator or {queueEndpoint} for Azure.
TableEndpoint Section titled TableEndpoint BicepOutputReference
Gets the "tableEndpoint" output reference from the bicep template for the Azure Storage resource.
public BicepOutputReference TableEndpoint { get; }
TableUriExpression Section titled TableUriExpression ReferenceExpression
Gets the connection URI expression for the table storage service.
public ReferenceExpression TableUriExpression { get; }
Format: https://{host}:{port} for emulator or {tableEndpoint} for Azure.