CacheRulesClient Interface
public interface CacheRulesClient
An instance of this class provides access to all the operations defined in CacheRulesClient.
Method Summary
Method Details
beginCreate
public abstract SyncPoller
Creates a cache rule for a container registry with the specified parameters.
Parameters:
Returns:
beginCreate
public abstract SyncPoller
Creates a cache rule for a container registry with the specified parameters.
Parameters:
Returns:
beginCreateAsync
public abstract PollerFlux
Creates a cache rule for a container registry with the specified parameters.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes a cache rule resource from a container registry.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes a cache rule resource from a container registry.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes a cache rule resource from a container registry.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller
Updates a cache rule for a container registry with the specified parameters.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller
Updates a cache rule for a container registry with the specified parameters.
Parameters:
Returns:
beginUpdateAsync
public abstract PollerFlux
Updates a cache rule for a container registry with the specified parameters.
Parameters:
Returns:
create
public abstract CacheRuleInner create(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleInner cacheRuleCreateParameters)
Creates a cache rule for a container registry with the specified parameters.
Parameters:
Returns:
create
public abstract CacheRuleInner create(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleInner cacheRuleCreateParameters, Context context)
Creates a cache rule for a container registry with the specified parameters.
Parameters:
Returns:
createAsync
public abstract Mono
Creates a cache rule for a container registry with the specified parameters.
Parameters:
Returns:
createWithResponseAsync
public abstract Mono
Creates a cache rule for a container registry with the specified parameters.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String registryName, String cacheRuleName)
Deletes a cache rule resource from a container registry.
Parameters:
delete
public abstract void delete(String resourceGroupName, String registryName, String cacheRuleName, Context context)
Deletes a cache rule resource from a container registry.
Parameters:
deleteAsync
public abstract Mono
Deletes a cache rule resource from a container registry.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes a cache rule resource from a container registry.
Parameters:
Returns:
get
public abstract CacheRuleInner get(String resourceGroupName, String registryName, String cacheRuleName)
Gets the properties of the specified cache rule resource.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the properties of the specified cache rule resource.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the properties of the specified cache rule resource.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the properties of the specified cache rule resource.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all cache rule resources for the specified container registry.
Parameters:
Returns:
list
public abstract PagedIterable
Lists all cache rule resources for the specified container registry.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Lists all cache rule resources for the specified container registry.
Parameters:
Returns:
update
public abstract CacheRuleInner update(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleUpdateParameters cacheRuleUpdateParameters)
Updates a cache rule for a container registry with the specified parameters.
Parameters:
Returns:
update
public abstract CacheRuleInner update(String resourceGroupName, String registryName, String cacheRuleName, CacheRuleUpdateParameters cacheRuleUpdateParameters, Context context)
Updates a cache rule for a container registry with the specified parameters.
Parameters:
Returns:
updateAsync
public abstract Mono
Updates a cache rule for a container registry with the specified parameters.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono
Updates a cache rule for a container registry with the specified parameters.
Parameters:
Returns:
Applies to
Azure SDK for Java