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 ランドスケープ モニター ダッシュボードの構成を表す要求本文
options パラメーター。
戻り値
Promise<SapLandscapeMonitor>
delete(string, string, SapLandscapeMonitorDeleteOptionalParams)
指定されたサブスクリプション、リソース グループ、および SAP モニター名を含む SAP ランドスケープ モニター ダッシュボードを削除します。
function delete(resourceGroupName: string, monitorName: string, options?: SapLandscapeMonitorDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- monitorName
-
string
SAP モニター リソースの名前。
options パラメーター。
戻り値
Promise<void>
get(string, string, SapLandscapeMonitorGetOptionalParams)
指定したサブスクリプション、リソース グループ、およびリソース名の SAP モニターの単一ウィンドウの構成値を取得します。
function get(resourceGroupName: string, monitorName: string, options?: SapLandscapeMonitorGetOptionalParams): Promise<SapLandscapeMonitor>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- monitorName
-
string
SAP モニター リソースの名前。
options パラメーター。
戻り値
Promise<SapLandscapeMonitor>
list(string, string, SapLandscapeMonitorListOptionalParams)
指定したサブスクリプション、リソース グループ、およびリソース名の SAP モニターの単一ウィンドウの構成値を取得します。
function list(resourceGroupName: string, monitorName: string, options?: SapLandscapeMonitorListOptionalParams): Promise<SapLandscapeMonitorListResult>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前の大文字と小文字は区別されます。
- monitorName
-
string
SAP モニター リソースの名前。
options パラメーター。
戻り値
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 ランドスケープ モニター ダッシュボードの構成を表す要求本文
options パラメーター。
戻り値
Promise<SapLandscapeMonitor>