CacheRuleProperties interface
The properties of a cache rule.
Properties
| creation |
The creation date of the cache rule. |
| credential |
The ARM resource ID of the credential store which is associated with the cache rule. |
| provisioning |
Provisioning state of the resource. |
| source |
Source repository pulled from upstream. |
| target |
Target repository specified in docker pull command. Eg: docker pull myregistry.azurecr.io/{targetRepository}:{tag} |
Property Details
creationDate
The creation date of the cache rule.
creationDate?: Date
Property Value
Date
credentialSetResourceId
The ARM resource ID of the credential store which is associated with the cache rule.
credentialSetResourceId?: string
Property Value
string
provisioningState
Provisioning state of the resource.
provisioningState?: string
Property Value
string
sourceRepository
Source repository pulled from upstream.
sourceRepository?: string
Property Value
string
targetRepository
Target repository specified in docker pull command. Eg: docker pull myregistry.azurecr.io/{targetRepository}:{tag}
targetRepository?: string
Property Value
string