Freigeben über


DataCollectionRuleAssociationCollection.GetAllAsync(CancellationToken) Methode

Definition

Listet Zuordnungen für die angegebene Ressource auf.

  • Anforderungspfad/{resourceUri}/providers/Microsoft.Insights/dataCollectionRuleAssociations
  • Vorgang IdDataCollectionRuleAssociations_ListByResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Monitor.DataCollectionRuleAssociationResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.DataCollectionRuleAssociationResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.DataCollectionRuleAssociationResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DataCollectionRuleAssociationResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: