GetRegistryResult

data class GetRegistryResult(val adminUserEnabled: Boolean? = null, val anonymousPullEnabled: Boolean? = null, val azureApiVersion: String, val creationDate: String, val dataEndpointEnabled: Boolean? = null, val dataEndpointHostNames: List<String>, val encryption: EncryptionPropertyResponse? = null, val id: String, val identity: IdentityPropertiesResponse? = null, val location: String, val loginServer: String, val name: String, val networkRuleBypassOptions: String? = null, val networkRuleSet: NetworkRuleSetResponse? = null, val policies: PoliciesResponse? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val sku: SkuResponse, val status: StatusResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val zoneRedundancy: String? = null)

An object that represents a container registry.

Constructors

Link copied to clipboard
constructor(adminUserEnabled: Boolean? = null, anonymousPullEnabled: Boolean? = null, azureApiVersion: String, creationDate: String, dataEndpointEnabled: Boolean? = null, dataEndpointHostNames: List<String>, encryption: EncryptionPropertyResponse? = null, id: String, identity: IdentityPropertiesResponse? = null, location: String, loginServer: String, name: String, networkRuleBypassOptions: String? = null, networkRuleSet: NetworkRuleSetResponse? = null, policies: PoliciesResponse? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, sku: SkuResponse, status: StatusResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, zoneRedundancy: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The value that indicates whether the admin user is enabled.

Link copied to clipboard

Enables registry-wide pull from unauthenticated clients.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The creation date of the container registry in ISO8601 format.

Link copied to clipboard

Enable a single data endpoint per region for serving data.

Link copied to clipboard

List of host names that will serve data when dataEndpointEnabled is true.

Link copied to clipboard

The encryption settings of container registry.

Link copied to clipboard
val id: String

The resource ID.

Link copied to clipboard

The identity of the container registry.

Link copied to clipboard

The location of the resource. This cannot be changed after the resource is created.

Link copied to clipboard

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

Link copied to clipboard

The name of the resource.

Link copied to clipboard

Whether to allow trusted Azure services to access a network restricted registry.

Link copied to clipboard

The network rule set for a container registry.

Link copied to clipboard

The policies for a container registry.

Link copied to clipboard

List of private endpoint connections for a container registry.

Link copied to clipboard

The provisioning state of the container registry at the time the operation was called.

Link copied to clipboard

Whether or not public network access is allowed for the container registry.

Link copied to clipboard

The SKU of the container registry.

Link copied to clipboard

The status of the container registry at the time the operation was called.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
val tags: Map<String, String>? = null

The tags of the resource.

Link copied to clipboard

The type of the resource.

Link copied to clipboard
val zoneRedundancy: String? = null

Whether or not zone redundancy is enabled for this container registry