Skip to content
Docs Try Aspire

IContainerRegistry

Interface net10.0
📦 Aspire.Hosting v13.1.2
Represents container registry information for deployment targets.
namespace Aspire.Hosting.ApplicationModel;
public interface IContainerRegistry
{
// ...
}
Endpointabstractget
Gets the endpoint URL of the container registry.
Nameabstractget
Gets the name of the container registry.
Repositoryvirtualget
Gets the repository path within the container registry.
View all properties