AzureStorageResource Properties
Class Properties 8 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 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.