GetRegistryResult

data class GetRegistryResult(val adminEnabled: Boolean, val adminPassword: String, val adminUsername: String, val dataEndpointEnabled: Boolean, val id: String, val location: String, val loginServer: String, val name: String, val resourceGroupName: String, val sku: String, val tags: Map<String, String>)

A collection of values returned by getRegistry.

Constructors

Link copied to clipboard
constructor(adminEnabled: Boolean, adminPassword: String, adminUsername: String, dataEndpointEnabled: Boolean, id: String, location: String, loginServer: String, name: String, resourceGroupName: String, sku: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Is the Administrator account enabled for this Container Registry.

Link copied to clipboard

The Password associated with the Container Registry Admin account - if the admin account is enabled.

Link copied to clipboard

The Username associated with the Container Registry Admin account - if the admin account is enabled.

Link copied to clipboard

Whether dedicated data endpoints for this Container Registry are enabled?

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure Region in which this Container Registry exists.

Link copied to clipboard

The URL that can be used to log into the container registry.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sku: String

The SKU of this Container Registry, such as Basic.

Link copied to clipboard

A map of tags assigned to the Container Registry.