SapLandscapeMonitorOperations interface

Interface representing a SapLandscapeMonitorOperations.

Methods

create(string, string, SapLandscapeMonitor, SapLandscapeMonitorCreateOptionalParams)

Creates a SAP Landscape Monitor Dashboard for the specified subscription, resource group, and resource name.

delete(string, string, SapLandscapeMonitorDeleteOptionalParams)

Deletes a SAP Landscape Monitor Dashboard with the specified subscription, resource group, and SAP monitor name.

get(string, string, SapLandscapeMonitorGetOptionalParams)

Gets configuration values for Single Pane Of Glass for SAP monitor for the specified subscription, resource group, and resource name.

list(string, string, SapLandscapeMonitorListOptionalParams)

Gets configuration values for Single Pane Of Glass for SAP monitor for the specified subscription, resource group, and resource name.

update(string, string, SapLandscapeMonitor, SapLandscapeMonitorUpdateOptionalParams)

Patches the SAP Landscape Monitor Dashboard for the specified subscription, resource group, and SAP monitor name.

Method Details

create(string, string, SapLandscapeMonitor, SapLandscapeMonitorCreateOptionalParams)

Creates a SAP Landscape Monitor Dashboard for the specified subscription, resource group, and resource name.

function create(resourceGroupName: string, monitorName: string, sapLandscapeMonitorParameter: SapLandscapeMonitor, options?: SapLandscapeMonitorCreateOptionalParams): Promise<SapLandscapeMonitor>

Parameters

resourceGroupName

string

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

monitorName

string

Name of the SAP monitor resource.

sapLandscapeMonitorParameter
SapLandscapeMonitor

Request body representing a configuration for Sap Landscape Monitor Dashboard

options
SapLandscapeMonitorCreateOptionalParams

The options parameters.

Returns

delete(string, string, SapLandscapeMonitorDeleteOptionalParams)

Deletes a SAP Landscape Monitor Dashboard with the specified subscription, resource group, and SAP monitor name.

function delete(resourceGroupName: string, monitorName: string, options?: SapLandscapeMonitorDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

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

monitorName

string

Name of the SAP monitor resource.

options
SapLandscapeMonitorDeleteOptionalParams

The options parameters.

Returns

Promise<void>

get(string, string, SapLandscapeMonitorGetOptionalParams)

Gets configuration values for Single Pane Of Glass for SAP monitor for the specified subscription, resource group, and resource name.

function get(resourceGroupName: string, monitorName: string, options?: SapLandscapeMonitorGetOptionalParams): Promise<SapLandscapeMonitor>

Parameters

resourceGroupName

string

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

monitorName

string

Name of the SAP monitor resource.

options
SapLandscapeMonitorGetOptionalParams

The options parameters.

Returns

list(string, string, SapLandscapeMonitorListOptionalParams)

Gets configuration values for Single Pane Of Glass for SAP monitor for the specified subscription, resource group, and resource name.

function list(resourceGroupName: string, monitorName: string, options?: SapLandscapeMonitorListOptionalParams): Promise<SapLandscapeMonitorListResult>

Parameters

resourceGroupName

string

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

monitorName

string

Name of the SAP monitor resource.

options
SapLandscapeMonitorListOptionalParams

The options parameters.

Returns

update(string, string, SapLandscapeMonitor, SapLandscapeMonitorUpdateOptionalParams)

Patches the SAP Landscape Monitor Dashboard for the specified subscription, resource group, and SAP monitor name.

function update(resourceGroupName: string, monitorName: string, sapLandscapeMonitorParameter: SapLandscapeMonitor, options?: SapLandscapeMonitorUpdateOptionalParams): Promise<SapLandscapeMonitor>

Parameters

resourceGroupName

string

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

monitorName

string

Name of the SAP monitor resource.

sapLandscapeMonitorParameter
SapLandscapeMonitor

Request body representing a configuration for Sap Landscape Monitor Dashboard

options
SapLandscapeMonitorUpdateOptionalParams

The options parameters.

Returns