Get Registry Result
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
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
The URL that can be used to log into the container registry.
Link copied to clipboard