Freigeben über


LogProfileCollection.GetAllAsync(CancellationToken) Methode

Definition

Listen Sie die Protokollprofile auf.

  • Anforderungspfad/Abonnements/{subscriptionId}/providers/Microsoft.Insights/logprofiles
  • Vorgangs-IdLogProfiles_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Monitor.LogProfileResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.LogProfileResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.LogProfileResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of LogProfileResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: