Freigeben über


DataCollectionRuleResource.GetDataCollectionRuleAssociationsByRuleAsync Methode

Definition

Listet Zuordnungen für die angegebene Datensammlungsregel auf.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/dataCollectionRules/{dataCollectionRuleName}/associations
  • Vorgangs-IdDataCollectionRuleAssociations_ListByRule
public virtual Azure.AsyncPageable<Azure.ResourceManager.Monitor.DataCollectionRuleAssociationResource> GetDataCollectionRuleAssociationsByRuleAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetDataCollectionRuleAssociationsByRuleAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.DataCollectionRuleAssociationResource>
override this.GetDataCollectionRuleAssociationsByRuleAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.DataCollectionRuleAssociationResource>
Public Overridable Function GetDataCollectionRuleAssociationsByRuleAsync (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: