DiagnosticSettingsCategoryCollection.GetAll(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.Pageable<Azure.ResourceManager.Monitor.DiagnosticSettingsCategoryResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Monitor.DiagnosticSettingsCategoryResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Monitor.DiagnosticSettingsCategoryResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DiagnosticSettingsCategoryResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to