Skip to content
DocsTry Aspire
DocsTry

AzureStorageResource Properties

ClassProperties11 members
Represents an Azure Storage resource.
BlobEndpointSection titled BlobEndpointBicepOutputReference
Gets the "blobEndpoint" output reference from the bicep template for the Azure Storage resource.
public BicepOutputReference BlobEndpoint { get; }
BlobUriExpressionSection titled BlobUriExpressionReferenceExpression
Gets the connection URI expression for the blob storage service.
public ReferenceExpression BlobUriExpression { get; }
Format: https://{host}:{port} for emulator or {blobEndpoint} for Azure.
DataLakeEndpointSection titled DataLakeEndpointBicepOutputReference
Gets the "dataLakeEndpoint" output reference from the bicep template for the Azure Storage resource.
public BicepOutputReference DataLakeEndpoint { get; }
DataLakeUriExpressionSection titled DataLakeUriExpressionReferenceExpression
Gets the connection URI expression for the data lake storage service.
public ReferenceExpression DataLakeUriExpression { get; }
Format: {blobEndpoint} for Azure.
IdSection titled IdBicepOutputReference
Gets the "id" output reference for the resource.
public BicepOutputReference Id { get; }
Gets a value indicating whether the Azure Storage resource is running in the local emulator.
public bool IsEmulator { get; }
NameOutputReferenceSection titled NameOutputReferenceBicepOutputReference
Gets the "name" output reference for the resource.
public BicepOutputReference NameOutputReference { get; }
QueueEndpointSection titled QueueEndpointBicepOutputReference
Gets the "queueEndpoint" output reference from the bicep template for the Azure Storage resource.
public BicepOutputReference QueueEndpoint { get; }
QueueUriExpressionSection titled QueueUriExpressionReferenceExpression
Gets the connection URI expression for the queue storage service.
public ReferenceExpression QueueUriExpression { get; }
Format: https://{host}:{port} for emulator or {queueEndpoint} for Azure.
TableEndpointSection titled TableEndpointBicepOutputReference
Gets the "tableEndpoint" output reference from the bicep template for the Azure Storage resource.
public BicepOutputReference TableEndpoint { get; }
TableUriExpressionSection titled TableUriExpressionReferenceExpression
Gets the connection URI expression for the table storage service.
public ReferenceExpression TableUriExpression { get; }
Format: https://{host}:{port} for emulator or {tableEndpoint} for Azure.