Uses of Class
com.azure.resourcemanager.containerregistry.fluent.models.CacheRuleInner
Packages that use CacheRuleInner
Package
Description
Package containing the service clients for ContainerRegistryManagementClient.
null.
Package containing the inner data models for ContainerRegistryManagementClient.
null.
Package containing the data models for ContainerRegistryManagementClient.
null.
-
Uses of CacheRuleInner in com.azure.resourcemanager.containerregistry.fluent
Methods in com.azure.resourcemanager.containerregistry.fluent that return CacheRuleInnerModifier and TypeMethodDescriptionCacheRulesClient.create(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleInner cacheRuleCreateParameters) Creates a cache rule for a container registry with the specified parameters.CacheRulesClient.create(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleInner cacheRuleCreateParameters, com.azure.core.util.Context context) Creates a cache rule for a container registry with the specified parameters.Gets the properties of the specified cache rule resource.CacheRulesClient.update(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleUpdateParameters cacheRuleUpdateParameters) Updates a cache rule for a container registry with the specified parameters.CacheRulesClient.update(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleUpdateParameters cacheRuleUpdateParameters, com.azure.core.util.Context context) Updates a cache rule for a container registry with the specified parameters.Methods in com.azure.resourcemanager.containerregistry.fluent that return types with arguments of type CacheRuleInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CacheRuleInner>, CacheRuleInner> CacheRulesClient.beginCreate(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleInner cacheRuleCreateParameters) Creates a cache rule for a container registry with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CacheRuleInner>, CacheRuleInner> CacheRulesClient.beginCreate(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleInner cacheRuleCreateParameters) Creates a cache rule for a container registry with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CacheRuleInner>, CacheRuleInner> CacheRulesClient.beginCreate(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleInner cacheRuleCreateParameters, com.azure.core.util.Context context) Creates a cache rule for a container registry with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CacheRuleInner>, CacheRuleInner> CacheRulesClient.beginCreate(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleInner cacheRuleCreateParameters, com.azure.core.util.Context context) Creates a cache rule for a container registry with the specified parameters.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CacheRuleInner>, CacheRuleInner> CacheRulesClient.beginCreateAsync(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleInner cacheRuleCreateParameters) Creates a cache rule for a container registry with the specified parameters.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CacheRuleInner>, CacheRuleInner> CacheRulesClient.beginCreateAsync(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleInner cacheRuleCreateParameters) Creates a cache rule for a container registry with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CacheRuleInner>, CacheRuleInner> CacheRulesClient.beginUpdate(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleUpdateParameters cacheRuleUpdateParameters) Updates a cache rule for a container registry with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CacheRuleInner>, CacheRuleInner> CacheRulesClient.beginUpdate(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleUpdateParameters cacheRuleUpdateParameters) Updates a cache rule for a container registry with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CacheRuleInner>, CacheRuleInner> CacheRulesClient.beginUpdate(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleUpdateParameters cacheRuleUpdateParameters, com.azure.core.util.Context context) Updates a cache rule for a container registry with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CacheRuleInner>, CacheRuleInner> CacheRulesClient.beginUpdate(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleUpdateParameters cacheRuleUpdateParameters, com.azure.core.util.Context context) Updates a cache rule for a container registry with the specified parameters.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CacheRuleInner>, CacheRuleInner> CacheRulesClient.beginUpdateAsync(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleUpdateParameters cacheRuleUpdateParameters) Updates a cache rule for a container registry with the specified parameters.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CacheRuleInner>, CacheRuleInner> CacheRulesClient.beginUpdateAsync(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleUpdateParameters cacheRuleUpdateParameters) Updates a cache rule for a container registry with the specified parameters.CacheRulesClient.createAsync(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleInner cacheRuleCreateParameters) Creates a cache rule for a container registry with the specified parameters.Gets the properties of the specified cache rule resource.com.azure.core.http.rest.Response<CacheRuleInner> CacheRulesClient.getWithResponse(String resourceGroupName, String registryName, String cacheRuleName, com.azure.core.util.Context context) Gets the properties of the specified cache rule resource.Mono<com.azure.core.http.rest.Response<CacheRuleInner>> CacheRulesClient.getWithResponseAsync(String resourceGroupName, String registryName, String cacheRuleName) Gets the properties of the specified cache rule resource.com.azure.core.http.rest.PagedIterable<CacheRuleInner> Lists all cache rule resources for the specified container registry.com.azure.core.http.rest.PagedIterable<CacheRuleInner> CacheRulesClient.list(String resourceGroupName, String registryName, com.azure.core.util.Context context) Lists all cache rule resources for the specified container registry.com.azure.core.http.rest.PagedFlux<CacheRuleInner> Lists all cache rule resources for the specified container registry.CacheRulesClient.updateAsync(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleUpdateParameters cacheRuleUpdateParameters) Updates a cache rule for a container registry with the specified parameters.Methods in com.azure.resourcemanager.containerregistry.fluent with parameters of type CacheRuleInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CacheRuleInner>, CacheRuleInner> CacheRulesClient.beginCreate(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleInner cacheRuleCreateParameters) Creates a cache rule for a container registry with the specified parameters.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CacheRuleInner>, CacheRuleInner> CacheRulesClient.beginCreate(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleInner cacheRuleCreateParameters, com.azure.core.util.Context context) Creates a cache rule for a container registry with the specified parameters.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CacheRuleInner>, CacheRuleInner> CacheRulesClient.beginCreateAsync(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleInner cacheRuleCreateParameters) Creates a cache rule for a container registry with the specified parameters.CacheRulesClient.create(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleInner cacheRuleCreateParameters) Creates a cache rule for a container registry with the specified parameters.CacheRulesClient.create(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleInner cacheRuleCreateParameters, com.azure.core.util.Context context) Creates a cache rule for a container registry with the specified parameters.CacheRulesClient.createAsync(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleInner cacheRuleCreateParameters) Creates a cache rule for a container registry with the specified parameters.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> CacheRulesClient.createWithResponseAsync(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleInner cacheRuleCreateParameters) Creates a cache rule for a container registry with the specified parameters. -
Uses of CacheRuleInner in com.azure.resourcemanager.containerregistry.fluent.models
Methods in com.azure.resourcemanager.containerregistry.fluent.models that return CacheRuleInnerModifier and TypeMethodDescriptionstatic CacheRuleInnerCacheRuleInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CacheRuleInner from the JsonReader.CacheRuleInner.withCredentialSetResourceId(String credentialSetResourceId) Set the credentialSetResourceId property: The ARM resource ID of the credential store which is associated with the cache rule.CacheRuleInner.withSourceRepository(String sourceRepository) Set the sourceRepository property: Source repository pulled from upstream.CacheRuleInner.withTargetRepository(String targetRepository) Set the targetRepository property: Target repository specified in docker pull command. -
Uses of CacheRuleInner in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type CacheRuleInnerModifier and TypeMethodDescriptionCacheRulesListResult.value()Get the value property: The list of cache rules.Method parameters in com.azure.resourcemanager.containerregistry.models with type arguments of type CacheRuleInnerModifier and TypeMethodDescriptionCacheRulesListResult.withValue(List<CacheRuleInner> value) Set the value property: The list of cache rules.