GetRegistryCacheRuleResult

data class GetRegistryCacheRuleResult(val containerRegistryId: String, val credentialSetId: String, val id: String, val name: String, val sourceRepo: String, val targetRepo: String)

A collection of values returned by getRegistryCacheRule.

Constructors

Link copied to clipboard
constructor(containerRegistryId: String, credentialSetId: String, id: String, name: String, sourceRepo: String, targetRepo: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
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 provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

The name of the source repository path.

Link copied to clipboard

The name of the new repository path to store artifacts.