ProviderMonitorSettingCollection.GetAllAsync(CancellationToken) Method

Definition

Gets the list of the provider monitor settings in the resource group.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ProviderHub/providerMonitorSettings.
  • Operation Id. : ProviderMonitorSettings_ListByResourceGroup.
  • Default Api Version. : 2024-09-01.
public virtual Azure.AsyncPageable<Azure.ResourceManager.ProviderHub.ProviderMonitorSettingResource> GetAllAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ProviderHub.ProviderMonitorSettingResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ProviderHub.ProviderMonitorSettingResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ProviderMonitorSettingResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to