CacheRuleProperties Class
The properties of a cache rule.
Constructor
CacheRuleProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
credential_set_resource_id
|
The ARM resource ID of the credential store which is associated with the cache rule. |
|
source_repository
|
Source repository pulled from upstream. |
|
target_repository
|
Target repository specified in docker pull command. Eg: docker pull myregistry.azurecr.io/{targetRepository}:{tag}. |
|
creation_date
|
The creation date of the cache rule. |
|
provisioning_state
|
Provisioning state of the resource. Known values are: "Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled". |
Attributes
creation_date
The creation date of the cache rule.
creation_date: datetime | None
credential_set_resource_id
The ARM resource ID of the credential store which is associated with the cache rule.
credential_set_resource_id: str | None
provisioning_state
"Creating", "Updating", "Deleting", "Succeeded", "Failed", and "Canceled".
provisioning_state: str | _models.ProvisioningState | None
source_repository
Source repository pulled from upstream.
source_repository: str | None
target_repository
Target repository specified in docker pull command. Eg: docker pull myregistry.azurecr.io/{targetRepository}:{tag}.
target_repository: str | None