Share via


IAzureContainerRegistry Interface

Definition

Represents Azure Container Registry information for deployment targets.

public interface IAzureContainerRegistry : Aspire.Hosting.ApplicationModel.IContainerRegistry
type IAzureContainerRegistry = interface
    interface IContainerRegistry
Public Interface IAzureContainerRegistry
Implements IContainerRegistry
Derived
Implements

Properties

Endpoint

Gets the endpoint URL of the container registry.

(Inherited from IContainerRegistry)
ManagedIdentityId

Gets the managed identity ID associated with the container registry.

Name

Gets the name of the container registry.

(Inherited from IContainerRegistry)

Applies to