Share via


MonitoredResources interface

Interface representing a MonitoredResources.

Methods

list(string, string, MonitoredResourcesListOptionalParams)

List all resources currently being monitored by the Elastic monitor resource, helping you manage observability.

Method Details

list(string, string, MonitoredResourcesListOptionalParams)

List all resources currently being monitored by the Elastic monitor resource, helping you manage observability.

function list(resourceGroupName: string, monitorName: string, options?: MonitoredResourcesListOptionalParams): PagedAsyncIterableIterator<MonitoredResource, MonitoredResource[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

monitorName

string

Monitor resource name

options
MonitoredResourcesListOptionalParams

The options parameters.

Returns