Freigeben über


DataCollectionEndpointResource.GetDataCollectionRuleAssociationsAsync Methode

Definition

Listet Zuordnungen für den angegebenen Datensammlungsendpunkt auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionEndpoints/{dataCollectionEndpointName}/associations
  • Vorgangs-IdDataCollectionRuleAssociations_ListByDataCollectionEndpoint
public virtual Azure.AsyncPageable<Azure.ResourceManager.Monitor.DataCollectionRuleAssociationResource> GetDataCollectionRuleAssociationsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetDataCollectionRuleAssociationsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.DataCollectionRuleAssociationResource>
override this.GetDataCollectionRuleAssociationsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.DataCollectionRuleAssociationResource>
Public Overridable Function GetDataCollectionRuleAssociationsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DataCollectionRuleAssociationResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: