Freigeben über


DiagnosticSettingsCategoryCollection.GetAllAsync(CancellationToken) Methode

Definition

Listet die Diagnoseeinstellungskategorien für die angegebene Ressource auf.

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

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: