MinioContainerResource
Class sealed net10.0
A resource that represents a MinIO storage
namespace Aspire.Hosting.ApplicationModel;
public sealed class MinioContainerResource : Aspire.Hosting.ApplicationModel.ContainerResource, Aspire.Hosting.ApplicationModel.IManifestExpressionProvider, Aspire.Hosting.ApplicationModel.IResource, Aspire.Hosting.ApplicationModel.IResourceWithConnectionString, Aspire.Hosting.ApplicationModel.IValueProvider, Aspire.Hosting.ApplicationModel.IValueWithReferences{ // ...} ContainerResourceIManifestExpressionProviderIResourceIResourceWithConnectionStringIValueProviderIValueWithReferences
9 members
Constructors1
Section titled ConstructorsProperties7
Section titled PropertiesConnectionStringExpressiongetReferenceExpression Gets the connection string expression for the Minio
HostgetEndpointReferenceExpression Gets the host endpoint reference for this resource.
PasswordParametergetParameterResource The MinIO root password.
PortgetEndpointReferenceExpression Gets the port endpoint reference for this resource.
PrimaryEndpointgetEndpointReference Gets the primary endpoint for the MinIO. This endpoint is used for all API calls over HTTP.
RootUserget; setParameterResource The MinIO root user.
UriExpressiongetReferenceExpression Gets the connection URI expression for the MinIO server.