MonitoredResources interface

Interface representing a MonitoredResources.

Methods

list(string, string, MonitoredResourcesListOptionalParams)

List the resources currently being monitored by the Elastic monitor resource.

Method Details

list(string, string, MonitoredResourcesListOptionalParams)

List the resources currently being monitored by the Elastic monitor resource.

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

Parameters

resourceGroupName

string

The name of the resource group to which the Elastic resource belongs.

monitorName

string

Monitor resource name

options
MonitoredResourcesListOptionalParams

The options parameters.

Returns