NewRelicMonitorResourceCollection.GetAllAsync(CancellationToken) Method

Definition

List NewRelicMonitorResource resources by resource group

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/NewRelic.Observability/monitors
  • Operation Id: Monitors_ListByResourceGroup
  • Default Api Version: 2024-03-01
  • Resource: NewRelicMonitorResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.NewRelicObservability.NewRelicMonitorResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NewRelicObservability.NewRelicMonitorResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NewRelicObservability.NewRelicMonitorResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NewRelicMonitorResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to