Get Cache Rule Result
data class GetCacheRuleResult(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.
Constructors
Link copied to clipboard
fun GetCacheRuleResult(creationDate: String, credentialSetResourceId: String? = null, id: String, name: String, provisioningState: String, sourceRepository: String? = null, systemData: SystemDataResponse, targetRepository: String? = null, type: String)