MockableNewRelicObservabilitySubscriptionResource.GetNewRelicMonitorResourcesAsync Method

Definition

List NewRelicMonitorResource resources by subscription ID

  • Request Path: /subscriptions/{subscriptionId}/providers/NewRelic.Observability/monitors
  • Operation Id: Monitors_ListBySubscription
  • Default Api Version: 2024-03-01
  • Resource: NewRelicMonitorResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.NewRelicObservability.NewRelicMonitorResource> GetNewRelicMonitorResourcesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetNewRelicMonitorResourcesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NewRelicObservability.NewRelicMonitorResource>
override this.GetNewRelicMonitorResourcesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.NewRelicObservability.NewRelicMonitorResource>
Public Overridable Function GetNewRelicMonitorResourcesAsync (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