AzureStorageResource Properties
Class Properties 11 members
Represents an Azure Storage resource.
Gets the "blobEndpoint" output reference from the bicep template for the Azure Storage resource.
public BicepOutputReference BlobEndpoint { get; } Gets the connection URI expression for the blob storage service.
public ReferenceExpression BlobUriExpression { get; }Remarks
Format:
https://{host}:{port} for emulator or {blobEndpoint} for Azure. Gets the "dataLakeEndpoint" output reference from the bicep template for the Azure Storage resource.
public BicepOutputReference DataLakeEndpoint { get; } Gets the connection URI expression for the data lake storage service.
public ReferenceExpression DataLakeUriExpression { get; }Remarks
Format:
{blobEndpoint} for Azure. 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; } Gets the "name" output reference for the resource.
public BicepOutputReference NameOutputReference { get; } Gets the "queueEndpoint" output reference from the bicep template for the Azure Storage resource.
public BicepOutputReference QueueEndpoint { get; } Gets the connection URI expression for the queue storage service.
public ReferenceExpression QueueUriExpression { get; }Remarks
Format:
https://{host}:{port} for emulator or {queueEndpoint} for Azure. Gets the "tableEndpoint" output reference from the bicep template for the Azure Storage resource.
public BicepOutputReference TableEndpoint { get; } Gets the connection URI expression for the table storage service.
public ReferenceExpression TableUriExpression { get; }Remarks
Format:
https://{host}:{port} for emulator or {tableEndpoint} for Azure.