Freigeben über


KustoManagedPrivateEndpointCollection.GetAllAsync(CancellationToken) Methode

Definition

Gibt die Liste der verwalteten privaten Endpunkte zurück.

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: