Share via


CacheRuleProperties interface

The properties of a cache rule.

Properties

creationDate

The creation date of the cache rule.

credentialSetResourceId

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

provisioningState

Provisioning state of the resource.

sourceRepository

Source repository pulled from upstream.

targetRepository

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