RedisEnterpriseCachePrivateEndpointConnectionCollection.GetAll Method

Definition

Lists all the private endpoint connections associated with the RedisEnterprise cluster. Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections Operation Id: PrivateEndpointConnections_List

public virtual Azure.Pageable<Azure.ResourceManager.RedisEnterpriseCache.RedisEnterpriseCachePrivateEndpointConnectionResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.RedisEnterpriseCache.RedisEnterpriseCachePrivateEndpointConnectionResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.RedisEnterpriseCache.RedisEnterpriseCachePrivateEndpointConnectionResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of RedisEnterpriseCachePrivateEndpointConnectionResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of RedisEnterpriseCachePrivateEndpointConnectionResource that may take multiple service requests to iterate over.

Applies to