AccessPoliciesClient Interface
public interface AccessPoliciesClient
An instance of this class provides access to all the operations defined in AccessPoliciesClient.
Method Summary
Method Details
beginCreateUpdate
public abstract SyncPoller
Adds an access policy to the redis cache.
Parameters:
Returns:
beginCreateUpdate
public abstract SyncPoller
Adds an access policy to the redis cache.
Parameters:
Returns:
beginCreateUpdateAsync
public abstract PollerFlux
Adds an access policy to the redis cache.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the access policy from a redis cache.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Deletes the access policy from a redis cache.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Deletes the access policy from a redis cache.
Parameters:
Returns:
createUpdate
public abstract RedisCacheAccessPolicyInner createUpdate(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters)
Adds an access policy to the redis cache.
Parameters:
Returns:
createUpdate
public abstract RedisCacheAccessPolicyInner createUpdate(String resourceGroupName, String cacheName, String accessPolicyName, RedisCacheAccessPolicyInner parameters, Context context)
Adds an access policy to the redis cache.
Parameters:
Returns:
createUpdateAsync
public abstract Mono
Adds an access policy to the redis cache.
Parameters:
Returns:
createUpdateWithResponseAsync
public abstract Mono
Adds an access policy to the redis cache.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String cacheName, String accessPolicyName)
Deletes the access policy from a redis cache.
Parameters:
delete
public abstract void delete(String resourceGroupName, String cacheName, String accessPolicyName, Context context)
Deletes the access policy from a redis cache.
Parameters:
deleteAsync
public abstract Mono
Deletes the access policy from a redis cache.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Deletes the access policy from a redis cache.
Parameters:
Returns:
get
public abstract RedisCacheAccessPolicyInner get(String resourceGroupName, String cacheName, String accessPolicyName)
Gets the detailed information about an access policy of a redis cache.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the detailed information about an access policy of a redis cache.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the detailed information about an access policy of a redis cache.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the detailed information about an access policy of a redis cache.
Parameters:
Returns:
list
public abstract PagedIterable
Gets the list of access policies associated with this redis cache.
Parameters:
Returns:
list
public abstract PagedIterable
Gets the list of access policies associated with this redis cache.
Parameters:
Returns:
listAsync
public abstract PagedFlux
Gets the list of access policies associated with this redis cache.
Parameters:
Returns:
Applies to
Azure SDK for Java