Freigeben über


KustoPrivateEndpointConnectionCollection.GetAll(CancellationToken) Methode

Definition

Gibt die Liste der Verbindungen mit privaten Endpunkten zurück.

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine Sammlung von, bei der KustoPrivateEndpointConnectionResource möglicherweise mehrere Dienstanforderungen zum Durchlaufen verwendet werden.

Gilt für: