Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.CacheRuleProperties
Packages that use CacheRuleProperties
Package
Description
Package containing the inner data models for ContainerRegistryManagementClient.
-
Uses of CacheRuleProperties in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return CacheRulePropertiesModifier and TypeMethodDescriptionstatic CacheRulePropertiesCacheRuleProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CacheRuleProperties from the JsonReader.CacheRuleProperties.withCredentialSetResourceId(String credentialSetResourceId) Set the credentialSetResourceId property: The ARM resource ID of the credential store which is associated with the cache rule.CacheRuleProperties.withSourceRepository(String sourceRepository) Set the sourceRepository property: Source repository pulled from upstream.CacheRuleProperties.withTargetRepository(String targetRepository) Set the targetRepository property: Target repository specified in docker pull command.