AccessPolicyAssignmentCollection.GetAllAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all access policy assignments..
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/databases/{databaseName}/accessPolicyAssignments
- Operation Id: AccessPolicyAssignment_List
- Default Api Version: 2024-09-01-preview
- Resource: AccessPolicyAssignmentResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.RedisEnterprise.AccessPolicyAssignmentResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RedisEnterprise.AccessPolicyAssignmentResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RedisEnterprise.AccessPolicyAssignmentResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AccessPolicyAssignmentResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
An async collection of AccessPolicyAssignmentResource that may take multiple service requests to iterate over.