SapMonitorsOperations interface
Interface representing a SapMonitors operations.
Properties
| begin |
|
| begin |
|
| begin |
|
| begin |
|
| create | The product Microsoft.Workloads/sapMonitors (AMS Classic) is officially retired as of May 31, 2023. |
| delete | The product Microsoft.Workloads/sapMonitors (AMS Classic) is officially retired as of May 31, 2023. |
| get | The product Microsoft.Workloads/sapMonitors (AMS Classic) is officially retired as of May 31, 2023. |
| list | The product Microsoft.Workloads/sapMonitors (AMS Classic) is officially retired as of May 31, 2023. |
| update | The product Microsoft.Workloads/sapMonitors (AMS Classic) is officially retired as of May 31, 2023. |
Property Details
beginCreate
Warning
This API is now deprecated.
use create instead
beginCreate: (resourceGroupName: string, sapMonitorName: string, sapMonitorParameter: SapMonitor, options?: SapMonitorsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<SapMonitor>, SapMonitor>>
Property Value
(resourceGroupName: string, sapMonitorName: string, sapMonitorParameter: SapMonitor, options?: SapMonitorsCreateOptionalParams) => Promise<SimplePollerLike<OperationState<SapMonitor>, SapMonitor>>
beginCreateAndWait
Warning
This API is now deprecated.
use create instead
beginCreateAndWait: (resourceGroupName: string, sapMonitorName: string, sapMonitorParameter: SapMonitor, options?: SapMonitorsCreateOptionalParams) => Promise<SapMonitor>
Property Value
(resourceGroupName: string, sapMonitorName: string, sapMonitorParameter: SapMonitor, options?: SapMonitorsCreateOptionalParams) => Promise<SapMonitor>
beginDelete
Warning
This API is now deprecated.
use delete instead
beginDelete: (resourceGroupName: string, sapMonitorName: string, options?: SapMonitorsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
Property Value
(resourceGroupName: string, sapMonitorName: string, options?: SapMonitorsDeleteOptionalParams) => Promise<SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait
Warning
This API is now deprecated.
use delete instead
beginDeleteAndWait: (resourceGroupName: string, sapMonitorName: string, options?: SapMonitorsDeleteOptionalParams) => Promise<void>
Property Value
(resourceGroupName: string, sapMonitorName: string, options?: SapMonitorsDeleteOptionalParams) => Promise<void>
create
The product Microsoft.Workloads/sapMonitors (AMS Classic) is officially retired as of May 31, 2023.
create: (resourceGroupName: string, sapMonitorName: string, sapMonitorParameter: SapMonitor, options?: SapMonitorsCreateOptionalParams) => PollerLike<OperationState<SapMonitor>, SapMonitor>
Property Value
(resourceGroupName: string, sapMonitorName: string, sapMonitorParameter: SapMonitor, options?: SapMonitorsCreateOptionalParams) => PollerLike<OperationState<SapMonitor>, SapMonitor>
delete
The product Microsoft.Workloads/sapMonitors (AMS Classic) is officially retired as of May 31, 2023.
delete: (resourceGroupName: string, sapMonitorName: string, options?: SapMonitorsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
Property Value
(resourceGroupName: string, sapMonitorName: string, options?: SapMonitorsDeleteOptionalParams) => PollerLike<OperationState<void>, void>
get
The product Microsoft.Workloads/sapMonitors (AMS Classic) is officially retired as of May 31, 2023.
get: (resourceGroupName: string, sapMonitorName: string, options?: SapMonitorsGetOptionalParams) => Promise<SapMonitor>
Property Value
(resourceGroupName: string, sapMonitorName: string, options?: SapMonitorsGetOptionalParams) => Promise<SapMonitor>
list
The product Microsoft.Workloads/sapMonitors (AMS Classic) is officially retired as of May 31, 2023.
list: (options?: SapMonitorsListOptionalParams) => PagedAsyncIterableIterator<SapMonitor, SapMonitor[], PageSettings>
Property Value
(options?: SapMonitorsListOptionalParams) => PagedAsyncIterableIterator<SapMonitor, SapMonitor[], PageSettings>
update
The product Microsoft.Workloads/sapMonitors (AMS Classic) is officially retired as of May 31, 2023.
update: (resourceGroupName: string, sapMonitorName: string, tagsParameter: Tags, options?: SapMonitorsUpdateOptionalParams) => Promise<SapMonitor>
Property Value
(resourceGroupName: string, sapMonitorName: string, tagsParameter: Tags, options?: SapMonitorsUpdateOptionalParams) => Promise<SapMonitor>