GetCacheRuleResult

data class GetCacheRuleResult(val azureApiVersion: String, val creationDate: String, val credentialSetResourceId: String? = null, val id: String, val name: String, val provisioningState: String, val sourceRepository: String? = null, val systemData: SystemDataResponse, val targetRepository: String? = null, val type: String)

An object that represents a cache rule for a container registry.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, creationDate: String, credentialSetResourceId: String? = null, id: String, name: String, provisioningState: String, sourceRepository: String? = null, systemData: SystemDataResponse, targetRepository: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

The creation date of the cache rule.

Link copied to clipboard

The ARM resource ID of the credential store which is associated with the cache rule.

Link copied to clipboard
val id: String

The resource ID.

Link copied to clipboard

The name of the resource.

Link copied to clipboard

Provisioning state of the resource.

Link copied to clipboard

Source repository pulled from upstream.

Link copied to clipboard

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard

Target repository specified in docker pull command. Eg: docker pull myregistry.azurecr.io/{targetRepository}:{tag}

Link copied to clipboard

The type of the resource.