Freigeben über


MonitorExtensions.GetDataCollectionEndpointsAsync Methode

Definition

Listet alle Datensammlungsendpunkte im angegebenen Abonnement auf.

  • Anforderungspfad/abonnements/{subscriptionId}/providers/Microsoft.Insights/dataCollectionEndpoints
  • Vorgangs-IdDataCollectionEndpoints_ListBySubscription
public static Azure.AsyncPageable<Azure.ResourceManager.Monitor.DataCollectionEndpointResource> GetDataCollectionEndpointsAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetDataCollectionEndpointsAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.DataCollectionEndpointResource>
<Extension()>
Public Function GetDataCollectionEndpointsAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DataCollectionEndpointResource)

Parameter

subscriptionResource
SubscriptionResource

Der SubscriptionResource instance die -Methode ausgeführt wird.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von DataCollectionEndpointResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: