AzureStorageResource
Class net10.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
10 members
Constructors1
Section titled ConstructorsProperties8
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.
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.