Freigeben über


RedisEnterprisePrivateEndpointConnectionCollection.GetAllAsync Methode

Definition

Listet alle privaten Endpunktverbindungen auf, die dem RedisEnterprise-Cluster zugeordnet sind.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cache/redisEnterprise/{clusterName}/privateEndpointConnections
  • Vorgang IdPrivateEndpointConnections_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.RedisEnterprise.RedisEnterprisePrivateEndpointConnectionResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RedisEnterprise.RedisEnterprisePrivateEndpointConnectionResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.RedisEnterprise.RedisEnterprisePrivateEndpointConnectionResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of RedisEnterprisePrivateEndpointConnectionResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der RedisEnterprisePrivateEndpointConnectionResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: