ContainerRegistryResponse

data class ContainerRegistryResponse(val containerRegistryServer: String, val identityResourceId: String)

Model representing a mapping from a container registry to the identity used to connect to it.

Constructors

Link copied to clipboard
constructor(containerRegistryServer: String, identityResourceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Login server of the container registry.

Link copied to clipboard

Resource ID of the managed identity.