GetConnectedRegistryResult

data class GetConnectedRegistryResult(val activation: ActivationPropertiesResponse, val azureApiVersion: String, val clientTokenIds: List<String>? = null, val connectionState: String, val garbageCollection: GarbageCollectionPropertiesResponse? = null, 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, azureApiVersion: String, clientTokenIds: List<String>? = null, connectionState: String, garbageCollection: GarbageCollectionPropertiesResponse? = null, 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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The activation properties of the connected registry.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val clientTokenIds: List<String>? = null

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 garbage collection properties of the connected registry.

Link copied to clipboard
val id: String

The resource ID.

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 mode of the connected registry resource that indicates the permissions of the registry.

Link copied to clipboard

The name of the resource.

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.

Link copied to clipboard

The type of the resource.

Link copied to clipboard

The current version of ACR runtime on the connected registry.