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