MockableElasticSubscriptionResource.GetElasticMonitorResourcesAsync Method

Definition

List all monitors under the specified subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Elastic/monitors
  • Operation Id: Monitors_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Elastic.ElasticMonitorResource> GetElasticMonitorResourcesAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetElasticMonitorResourcesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Elastic.ElasticMonitorResource>
override this.GetElasticMonitorResourcesAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Elastic.ElasticMonitorResource>
Public Overridable Function GetElasticMonitorResourcesAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ElasticMonitorResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to