MockableWorkloadsSubscriptionResource.GetSapMonitorsAsync Method

Definition

Gets a list of SAP monitors in the specified subscription. The operations returns various properties of each SAP monitor.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Workloads/monitors
  • Operation Id: monitors_List
  • Default Api Version: 2023-04-01
  • Resource: SapMonitorResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Workloads.SapMonitorResource> GetSapMonitorsAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSapMonitorsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Workloads.SapMonitorResource>
override this.GetSapMonitorsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Workloads.SapMonitorResource>
Public Overridable Function GetSapMonitorsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SapMonitorResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to