Get Connected Registry Result
data class GetConnectedRegistryResult(val activation: ActivationPropertiesResponse, val clientTokenIds: List<String>? = null, val connectionState: String, val id: String, val lastActivityTime: String, val logging: LoggingPropertiesResponse? = null, val loginServer: LoginServerPropertiesResponse? = null, val mode: String, val name: String, val notificationsList: List<String>? = null, val parent: ParentPropertiesResponse, val provisioningState: String, val statusDetails: List<StatusDetailPropertiesResponse>, val systemData: SystemDataResponse, val type: String, val version: String)
An object that represents a connected registry for a container registry.
Constructors
Link copied to clipboard
constructor(activation: ActivationPropertiesResponse, clientTokenIds: List<String>? = null, connectionState: String, id: String, lastActivityTime: String, logging: LoggingPropertiesResponse? = null, loginServer: LoginServerPropertiesResponse? = null, mode: String, name: String, notificationsList: List<String>? = null, parent: ParentPropertiesResponse, provisioningState: String, statusDetails: List<StatusDetailPropertiesResponse>, systemData: SystemDataResponse, type: String, version: String)
Properties
Link copied to clipboard
The activation properties of the connected registry.
Link copied to clipboard
The list of the ACR token resource IDs used to authenticate clients to the connected registry.
Link copied to clipboard
The current connection state of the connected registry.
Link copied to clipboard
The last activity time of the connected registry.
Link copied to clipboard
The logging properties of the connected registry.
Link copied to clipboard
The login server properties of the connected registry.
Link copied to clipboard
The list of notifications subscription information for the connected registry.
Link copied to clipboard
The parent of the connected registry.
Link copied to clipboard
Provisioning state of the resource.
Link copied to clipboard
The list of current statuses of the connected registry.
Link copied to clipboard
Metadata pertaining to creation and last modification of the resource.