AzureBlobStorageContainerResource
Class net10.0
A resource that represents an Azure Blob Storage container.
namespace Aspire.Hosting.Azure;
public class AzureBlobStorageContainerResource : Aspire.Hosting.ApplicationModel.Resource, Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.ApplicationModel.IResourceWithConnectionString, Aspire.Hosting.ApplicationModel.IResourceWithParent, Aspire.Hosting.ApplicationModel.IResourceWithParent<Aspire.Hosting.Azure.AzureBlobStorageResource>, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences{ // ...} ResourceIManifestExpressionProviderIResourceIResourceWithConnectionStringIResourceWithParentIResourceWithParent<AzureBlobStorageResource>IValueProviderIValueWithReferences
Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesBlobContainerNamegetstring Gets the blob container name.
ConnectionStringExpressiongetReferenceExpression Gets the connection string template for the manifest for the Azure Blob Storage container resource.
Parentget Gets the parent
AzureBlobStorageResource of this AzureBlobStorageContainerResource.