DiagnosticSettingsCategoryCollection.GetAllAsync(CancellationToken) Method

Definition

Lists the diagnostic settings categories for the specified resource.

  • Request Path: /{resourceUri}/providers/Microsoft.Insights/diagnosticSettingsCategories
  • Operation Id: DiagnosticSettingsCategory_List
  • Default Api Version: 2021-05-01-preview
  • Resource: DiagnosticSettingsCategoryResource
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)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of DiagnosticSettingsCategoryResource that may take multiple service requests to iterate over.

Applies to