SapLandscapeMonitorOperations interface
表示 SapLandscapeMonitorOperations 的介面。
方法
create(string, string, Sap |
為指定的訂用帳戶、資源群組和資源名稱建立 SAP 橫向監視器儀表板。 |
delete(string, string, Sap |
刪除具有指定訂用帳戶、資源群組和 SAP 監視器名稱的 SAP 橫向監視器儀表板。 |
get(string, string, Sap |
針對指定的訂用帳戶、資源群組和資源名稱,取得適用于 SAP 監視器的單一管理窗格組態值。 |
list(string, string, Sap |
針對指定的訂用帳戶、資源群組和資源名稱,取得適用于 SAP 監視器的單一管理窗格組態值。 |
update(string, string, Sap |
針對指定的訂用帳戶、資源群組和 SAP 監視器名稱,修補 SAP 橫向監視器儀表板。 |
方法詳細資料
create(string, string, SapLandscapeMonitor, SapLandscapeMonitorCreateOptionalParams)
為指定的訂用帳戶、資源群組和資源名稱建立 SAP 橫向監視器儀表板。
function create(resourceGroupName: string, monitorName: string, sapLandscapeMonitorParameter: SapLandscapeMonitor, options?: SapLandscapeMonitorCreateOptionalParams): Promise<SapLandscapeMonitor>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- monitorName
-
string
SAP 監視器資源的名稱。
- sapLandscapeMonitorParameter
- SapLandscapeMonitor
代表 Sap 橫向監視器儀表板設定的要求本文
選項參數。
傳回
Promise<SapLandscapeMonitor>
delete(string, string, SapLandscapeMonitorDeleteOptionalParams)
刪除具有指定訂用帳戶、資源群組和 SAP 監視器名稱的 SAP 橫向監視器儀表板。
function delete(resourceGroupName: string, monitorName: string, options?: SapLandscapeMonitorDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- monitorName
-
string
SAP 監視器資源的名稱。
選項參數。
傳回
Promise<void>
get(string, string, SapLandscapeMonitorGetOptionalParams)
針對指定的訂用帳戶、資源群組和資源名稱,取得適用于 SAP 監視器的單一管理窗格組態值。
function get(resourceGroupName: string, monitorName: string, options?: SapLandscapeMonitorGetOptionalParams): Promise<SapLandscapeMonitor>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- monitorName
-
string
SAP 監視器資源的名稱。
選項參數。
傳回
Promise<SapLandscapeMonitor>
list(string, string, SapLandscapeMonitorListOptionalParams)
針對指定的訂用帳戶、資源群組和資源名稱,取得適用于 SAP 監視器的單一管理窗格組態值。
function list(resourceGroupName: string, monitorName: string, options?: SapLandscapeMonitorListOptionalParams): Promise<SapLandscapeMonitorListResult>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- monitorName
-
string
SAP 監視器資源的名稱。
選項參數。
傳回
Promise<SapLandscapeMonitorListResult>
update(string, string, SapLandscapeMonitor, SapLandscapeMonitorUpdateOptionalParams)
針對指定的訂用帳戶、資源群組和 SAP 監視器名稱,修補 SAP 橫向監視器儀表板。
function update(resourceGroupName: string, monitorName: string, sapLandscapeMonitorParameter: SapLandscapeMonitor, options?: SapLandscapeMonitorUpdateOptionalParams): Promise<SapLandscapeMonitor>
參數
- resourceGroupName
-
string
資源群組的名稱。 名稱不區分大小寫。
- monitorName
-
string
SAP 監視器資源的名稱。
- sapLandscapeMonitorParameter
- SapLandscapeMonitor
代表 Sap 橫向監視器儀表板設定的要求本文
選項參數。
傳回
Promise<SapLandscapeMonitor>