MockableWorkloadsSubscriptionResource.GetSapMonitors Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Pageable<Azure.ResourceManager.Workloads.SapMonitorResource> GetSapMonitors (System.Threading.CancellationToken cancellationToken = default);
abstract member GetSapMonitors : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Workloads.SapMonitorResource>
override this.GetSapMonitors : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Workloads.SapMonitorResource>
Public Overridable Function GetSapMonitors (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SapMonitorResource)
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
A collection of SapMonitorResource that may take multiple service requests to iterate over.