Udostępnij przez


Monitors Class

Definition

Low-level API implementation for the Monitors service. Workloads client provides access to various workload operations

public class Monitors
type Monitors = class
Public Class Monitors
Inheritance
Monitors

Constructors

Name Description
Monitors()

Methods

Name Description
MonitorsCreate(String, String, String, IMonitor, Func<HttpResponseMessage, Task<IMonitor>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

update a SAP monitor for the specified subscription, resource group, and resource name.

MonitorsCreate(String, String, String, IMonitor, Func<HttpResponseMessage, Task<IMonitor>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Creates a SAP monitor for the specified subscription, resource group, and resource name.

MonitorsCreateViaIdentity(String, IMonitor, Func<HttpResponseMessage, Task<IMonitor>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

update a SAP monitor for the specified subscription, resource group, and resource name.

MonitorsCreateViaIdentity(String, IMonitor, Func<HttpResponseMessage, Task<IMonitor>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Creates a SAP monitor for the specified subscription, resource group, and resource name.

MonitorsCreateViaIdentityWithResult(String, IMonitor, IEventListener, ISendAsync, SerializationMode)
MonitorsCreateViaJsonString(String, String, String, String, Func<HttpResponseMessage, Task<IMonitor>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

update a SAP monitor for the specified subscription, resource group, and resource name.

MonitorsCreateViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
MonitorsCreateWithResult(String, String, String, IMonitor, IEventListener, ISendAsync, SerializationMode)
MonitorsDelete(String, String, String, Func<HttpResponseMessage, Task<IOperationStatusResult>,Task>, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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

MonitorsDelete(String, String, String, Func<HttpResponseMessage, Task<IOperationStatusResult>,Task>, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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

MonitorsDeleteViaIdentity(String, Func<HttpResponseMessage,Task<IOperationStatusResult>, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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

MonitorsDeleteViaIdentity(String, Func<HttpResponseMessage,Task<IOperationStatusResult>, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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

MonitorsDeleteViaIdentityWithResult(String, IEventListener, ISendAsync)
MonitorsDeleteWithResult(String, String, String, IEventListener, ISendAsync)
MonitorsGet(String, String, String, Func<HttpResponseMessage, Task<IMonitor>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets properties of a SAP monitor for the specified subscription, resource group, and resource name.

MonitorsGet(String, String, String, Func<HttpResponseMessage, Task<IMonitor>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets properties of a SAP monitor for the specified subscription, resource group, and resource name.

MonitorsGetViaIdentity(String, Func<HttpResponseMessage,Task<IMonitor>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets properties of a SAP monitor for the specified subscription, resource group, and resource name.

MonitorsGetViaIdentity(String, Func<HttpResponseMessage,Task<IMonitor>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets properties of a SAP monitor for the specified subscription, resource group, and resource name.

MonitorsGetViaIdentityWithResult(String, IEventListener, ISendAsync)
MonitorsGetWithResult(String, String, String, IEventListener, ISendAsync)
MonitorsList(String, Func<HttpResponseMessage,Task<IMonitorListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets a list of SAP monitors in the specified subscription. The operations returns various properties of each SAP monitor.

MonitorsList(String, Func<HttpResponseMessage,Task<IMonitorListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets a list of SAP monitors in the specified subscription. The operations returns various properties of each SAP monitor.

MonitorsListByResourceGroup(String, String, Func<HttpResponseMessage, Task<IMonitorListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets a list of SAP monitors in the specified resource group.

MonitorsListByResourceGroup(String, String, Func<HttpResponseMessage, Task<IMonitorListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets a list of SAP monitors in the specified resource group.

MonitorsListByResourceGroupViaIdentity(String, Func<HttpResponseMessage, Task<IMonitorListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets a list of SAP monitors in the specified resource group.

MonitorsListByResourceGroupViaIdentity(String, Func<HttpResponseMessage, Task<IMonitorListResult>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets a list of SAP monitors in the specified resource group.

MonitorsListByResourceGroupViaIdentityWithResult(String, IEventListener, ISendAsync)
MonitorsListByResourceGroupWithResult(String, String, IEventListener, ISendAsync)
MonitorsListViaIdentity(String, Func<HttpResponseMessage,Task<IMonitorListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets a list of SAP monitors in the specified subscription. The operations returns various properties of each SAP monitor.

MonitorsListViaIdentity(String, Func<HttpResponseMessage,Task<IMonitorListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets a list of SAP monitors in the specified subscription. The operations returns various properties of each SAP monitor.

MonitorsListViaIdentityWithResult(String, IEventListener, ISendAsync)
MonitorsListWithResult(String, IEventListener, ISendAsync)
MonitorsUpdate(String, String, String, IUpdateMonitorRequest, Func<HttpResponseMessage,Task<IMonitor>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

Patches the Tags field of a SAP monitor for the specified subscription, resource group, and SAP monitor name.

MonitorsUpdate(String, String, String, IUpdateMonitorRequest, Func<HttpResponseMessage,Task<IMonitor>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Patches the Tags field of a SAP monitor for the specified subscription, resource group, and SAP monitor name.

MonitorsUpdateViaIdentity(String, IUpdateMonitorRequest, Func<HttpResponseMessage, Task<IMonitor>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

Patches the Tags field of a SAP monitor for the specified subscription, resource group, and SAP monitor name.

MonitorsUpdateViaIdentity(String, IUpdateMonitorRequest, Func<HttpResponseMessage, Task<IMonitor>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Patches the Tags field of a SAP monitor for the specified subscription, resource group, and SAP monitor name.

MonitorsUpdateViaIdentityWithResult(String, IUpdateMonitorRequest, IEventListener, ISendAsync, SerializationMode)
MonitorsUpdateViaJsonString(String, String, String, String, Func<HttpResponseMessage, Task<IMonitor>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Patches the Tags field of a SAP monitor for the specified subscription, resource group, and SAP monitor name.

MonitorsUpdateViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
MonitorsUpdateWithResult(String, String, String, IUpdateMonitorRequest, IEventListener, ISendAsync, SerializationMode)
OperationsList(Func<HttpResponseMessage,Task<IOperationListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

List the operations for the provider

OperationsList(Func<HttpResponseMessage,Task<IOperationListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

List the operations for the provider

OperationsListViaIdentity(String, Func<HttpResponseMessage,Task<IOperationListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

List the operations for the provider

OperationsListViaIdentity(String, Func<HttpResponseMessage,Task<IOperationListResult>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

List the operations for the provider

OperationsListViaIdentityWithResult(String, IEventListener, ISendAsync)
OperationsListWithResult(IEventListener, ISendAsync)
ProviderInstancesCreate(String, String, String, String, IProviderInstance, Func<HttpResponseMessage,Task<IProviderInstance>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

update a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.

ProviderInstancesCreate(String, String, String, String, IProviderInstance, Func<HttpResponseMessage,Task<IProviderInstance>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.

ProviderInstancesCreateViaIdentity(String, IProviderInstance, Func<HttpResponseMessage,Task<IProviderInstance>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

update a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.

ProviderInstancesCreateViaIdentity(String, IProviderInstance, Func<HttpResponseMessage,Task<IProviderInstance>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Creates a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.

ProviderInstancesCreateViaIdentityWithResult(String, IProviderInstance, IEventListener, ISendAsync, SerializationMode)
ProviderInstancesCreateViaJsonString(String, String, String, String, String, Func<HttpResponseMessage,Task<IProviderInstance>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

update a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.

ProviderInstancesCreateViaJsonStringWithResult(String, String, String, String, String, IEventListener, ISendAsync)
ProviderInstancesCreateWithResult(String, String, String, String, IProviderInstance, IEventListener, ISendAsync, SerializationMode)
ProviderInstancesDelete(String, String, String, String, Func<HttpResponseMessage, Task<IOperationStatusResult>,Task>, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.

ProviderInstancesDelete(String, String, String, String, Func<HttpResponseMessage, Task<IOperationStatusResult>,Task>, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.

ProviderInstancesDeleteViaIdentity(String, Func<HttpResponseMessage, Task<IOperationStatusResult>,Task>, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.

ProviderInstancesDeleteViaIdentity(String, Func<HttpResponseMessage, Task<IOperationStatusResult>,Task>, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Deletes a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.

ProviderInstancesDeleteViaIdentityWithResult(String, IEventListener, ISendAsync)
ProviderInstancesDeleteWithResult(String, String, String, String, IEventListener, ISendAsync)
ProviderInstancesGet(String, String, String, String, Func<HttpResponseMessage, Task<IProviderInstance>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets properties of a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.

ProviderInstancesGet(String, String, String, String, Func<HttpResponseMessage, Task<IProviderInstance>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets properties of a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.

ProviderInstancesGetViaIdentity(String, Func<HttpResponseMessage, Task<IProviderInstance>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets properties of a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.

ProviderInstancesGetViaIdentity(String, Func<HttpResponseMessage, Task<IProviderInstance>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

Gets properties of a provider instance for the specified subscription, resource group, SAP monitor name, and resource name.

ProviderInstancesGetViaIdentityWithResult(String, IEventListener, ISendAsync)
ProviderInstancesGetWithResult(String, String, String, String, IEventListener, ISendAsync)
ProviderInstancesList(String, String, String, Func<HttpResponseMessage, Task<IProviderInstanceListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets a list of provider instances in the specified SAP monitor. The operations returns various properties of each provider instances.

ProviderInstancesList(String, String, String, Func<HttpResponseMessage, Task<IProviderInstanceListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets a list of provider instances in the specified SAP monitor. The operations returns various properties of each provider instances.

ProviderInstancesListViaIdentity(String, Func<HttpResponseMessage, Task<IProviderInstanceListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets a list of provider instances in the specified SAP monitor. The operations returns various properties of each provider instances.

ProviderInstancesListViaIdentity(String, Func<HttpResponseMessage, Task<IProviderInstanceListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

Gets a list of provider instances in the specified SAP monitor. The operations returns various properties of each provider instances.

ProviderInstancesListViaIdentityWithResult(String, IEventListener, ISendAsync)
ProviderInstancesListWithResult(String, String, String, IEventListener, ISendAsync)
SapLandscapeMonitorCreate(String, String, String, ISapLandscapeMonitor, Func<HttpResponseMessage,Task<ISapLandscapeMonitor>,Task>, Func<HttpResponseMessage, Task<ISapLandscapeMonitor>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

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

SapLandscapeMonitorCreate(String, String, String, ISapLandscapeMonitor, Func<HttpResponseMessage,Task<ISapLandscapeMonitor>,Task>, Func<HttpResponseMessage, Task<ISapLandscapeMonitor>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

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

SapLandscapeMonitorCreateViaIdentity(String, ISapLandscapeMonitor, Func<HttpResponseMessage,Task<ISapLandscapeMonitor>,Task>, Func<HttpResponseMessage, Task<ISapLandscapeMonitor>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync, SerializationMode)

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

SapLandscapeMonitorCreateViaIdentity(String, ISapLandscapeMonitor, Func<HttpResponseMessage,Task<ISapLandscapeMonitor>,Task>, Func<HttpResponseMessage, Task<ISapLandscapeMonitor>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

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

SapLandscapeMonitorCreateViaIdentityWithResult(String, ISapLandscapeMonitor, IEventListener, ISendAsync, SerializationMode)
SapLandscapeMonitorCreateViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<ISapLandscapeMonitor>, Task>, Func<HttpResponseMessage,Task<ISapLandscapeMonitor>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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

SapLandscapeMonitorCreateViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
SapLandscapeMonitorCreateWithResult(String, String, String, ISapLandscapeMonitor, IEventListener, ISendAsync, SerializationMode)
SapLandscapeMonitorDelete(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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

SapLandscapeMonitorDelete(String, String, String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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

SapLandscapeMonitorDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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

SapLandscapeMonitorDeleteViaIdentity(String, Func<HttpResponseMessage, Task>, Func<HttpResponseMessage,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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

SapLandscapeMonitorGet(String, String, String, Func<HttpResponseMessage, Task<ISapLandscapeMonitor>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

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

SapLandscapeMonitorGet(String, String, String, Func<HttpResponseMessage, Task<ISapLandscapeMonitor>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

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

SapLandscapeMonitorGetViaIdentity(String, Func<HttpResponseMessage, Task<ISapLandscapeMonitor>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

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

SapLandscapeMonitorGetViaIdentity(String, Func<HttpResponseMessage, Task<ISapLandscapeMonitor>,Task>, Func<HttpResponseMessage,Task<IErrorResponse>, Task>, IEventListener, ISendAsync)

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

SapLandscapeMonitorGetViaIdentityWithResult(String, IEventListener, ISendAsync)
SapLandscapeMonitorGetWithResult(String, String, String, IEventListener, ISendAsync)
SapLandscapeMonitorList(String, String, String, Func<HttpResponseMessage, Task<ISapLandscapeMonitorListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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

SapLandscapeMonitorList(String, String, String, Func<HttpResponseMessage, Task<ISapLandscapeMonitorListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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

SapLandscapeMonitorListViaIdentity(String, Func<HttpResponseMessage, Task<ISapLandscapeMonitorListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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

SapLandscapeMonitorListViaIdentity(String, Func<HttpResponseMessage, Task<ISapLandscapeMonitorListResult>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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

SapLandscapeMonitorListViaIdentityWithResult(String, IEventListener, ISendAsync)
SapLandscapeMonitorListWithResult(String, String, String, IEventListener, ISendAsync)
SapLandscapeMonitorUpdate(String, String, String, ISapLandscapeMonitor, Func<HttpResponseMessage,Task<ISapLandscapeMonitor>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

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

SapLandscapeMonitorUpdate(String, String, String, ISapLandscapeMonitor, Func<HttpResponseMessage,Task<ISapLandscapeMonitor>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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

SapLandscapeMonitorUpdateViaIdentity(String, ISapLandscapeMonitor, Func<HttpResponseMessage,Task<ISapLandscapeMonitor>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync, SerializationMode)

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

SapLandscapeMonitorUpdateViaIdentity(String, ISapLandscapeMonitor, Func<HttpResponseMessage,Task<ISapLandscapeMonitor>,Task>, Func<HttpResponseMessage, Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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

SapLandscapeMonitorUpdateViaIdentityWithResult(String, ISapLandscapeMonitor, IEventListener, ISendAsync, SerializationMode)
SapLandscapeMonitorUpdateViaJsonString(String, String, String, String, Func<HttpResponseMessage,Task<ISapLandscapeMonitor>, Task>, Func<HttpResponseMessage,Task<IErrorResponse>,Task>, IEventListener, ISendAsync)

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

SapLandscapeMonitorUpdateViaJsonStringWithResult(String, String, String, String, IEventListener, ISendAsync)
SapLandscapeMonitorUpdateWithResult(String, String, String, ISapLandscapeMonitor, IEventListener, ISendAsync, SerializationMode)

Applies to