AzureStorageResource
Class net8.0
Represents an Azure Storage resource.
namespace Aspire.Hosting.Azure;
public class AzureStorageResource : Aspire.Hosting.Azure.AzureProvisioningResource, Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.ApplicationModel.IResourceWithEndpoints, Aspire.Hosting.Azure.IResourceWithAzureFunctionsConfig{ // ...} AzureProvisioningResourceIResourceIResourceWithEndpointsIResourceWithAzureFunctionsConfig
13 members
Constructors1
Section titled ConstructorsProperties11
Section titled PropertiesBlobEndpointgetBicepOutputReference Gets the "blobEndpoint" output reference from the bicep template for the Azure Storage resource.
BlobUriExpressiongetReferenceExpression Gets the connection URI expression for the blob storage service.
DataLakeEndpointgetBicepOutputReference Gets the "dataLakeEndpoint" output reference from the bicep template for the Azure Storage resource.
DataLakeUriExpressiongetReferenceExpression Gets the connection URI expression for the data lake storage service.
IdgetBicepOutputReference Gets the "id" output reference for the resource.
IsEmulatorgetbool Gets a value indicating whether the Azure Storage resource is running in the local emulator.
NameOutputReferencegetBicepOutputReference Gets the "name" output reference for the resource.
QueueEndpointgetBicepOutputReference Gets the "queueEndpoint" output reference from the bicep template for the Azure Storage resource.
QueueUriExpressiongetReferenceExpression Gets the connection URI expression for the queue storage service.
TableEndpointgetBicepOutputReference Gets the "tableEndpoint" output reference from the bicep template for the Azure Storage resource.
TableUriExpressiongetReferenceExpression Gets the connection URI expression for the table storage service.