Get Cache Rule Result
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.
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
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}