SapLandscapeMonitorOperations interface
Interface representing a SapLandscapeMonitorOperations.
Methods
create(string, string, Sap |
Creates a SAP Landscape Monitor Dashboard for the specified subscription, resource group, and resource name. |
delete(string, string, Sap |
Deletes a SAP Landscape Monitor Dashboard with the specified subscription, resource group, and SAP monitor name. |
get(string, string, Sap |
Gets configuration values for Single Pane Of Glass for SAP monitor for the specified subscription, resource group, and resource name. |
list(string, string, Sap |
Gets configuration values for Single Pane Of Glass for SAP monitor for the specified subscription, resource group, and resource name. |
update(string, string, Sap |
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
The options parameters.
Returns
Promise<SapLandscapeMonitor>
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.
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.
The options parameters.
Returns
Promise<SapLandscapeMonitor>
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.
The options parameters.
Returns
Promise<SapLandscapeMonitorListResult>
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
The options parameters.
Returns
Promise<SapLandscapeMonitor>