SapMonitors interface
SapMonitors を表すインターフェイス。
メソッド
begin |
指定したサブスクリプション、リソース グループ、およびリソース名の SAP モニターを作成します。 |
begin |
指定したサブスクリプション、リソース グループ、およびリソース名の SAP モニターを作成します。 |
begin |
指定したサブスクリプション、リソース グループ、およびモニター名を持つ SAP モニターを削除します。 |
begin |
指定したサブスクリプション、リソース グループ、およびモニター名を持つ SAP モニターを削除します。 |
get(string, string, Sap |
指定したサブスクリプション、リソース グループ、およびリソース名の SAP モニターのプロパティを取得します。 |
list(Sap |
指定したサブスクリプション内の SAP モニターの一覧を取得します。 この操作は、各 SAP モニターのさまざまなプロパティを返します。 |
update(string, string, Tags, Sap |
指定したサブスクリプション、リソース グループ、およびモニター名の SAP モニターの [タグ] フィールドにパッチを適用します。 |
メソッドの詳細
beginCreate(string, string, SapMonitor, SapMonitorsCreateOptionalParams)
指定したサブスクリプション、リソース グループ、およびリソース名の SAP モニターを作成します。
function beginCreate(resourceGroupName: string, sapMonitorName: string, sapMonitorParameter: SapMonitor, options?: SapMonitorsCreateOptionalParams): Promise<PollerLike<PollOperationState<SapMonitor>, SapMonitor>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- sapMonitorName
-
string
SAP モニター リソースの名前。
- sapMonitorParameter
- SapMonitor
SAP Monitor を表す要求本文
- options
- SapMonitorsCreateOptionalParams
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<SapMonitor>, SapMonitor>>
beginCreateAndWait(string, string, SapMonitor, SapMonitorsCreateOptionalParams)
指定したサブスクリプション、リソース グループ、およびリソース名の SAP モニターを作成します。
function beginCreateAndWait(resourceGroupName: string, sapMonitorName: string, sapMonitorParameter: SapMonitor, options?: SapMonitorsCreateOptionalParams): Promise<SapMonitor>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- sapMonitorName
-
string
SAP モニター リソースの名前。
- sapMonitorParameter
- SapMonitor
SAP Monitor を表す要求本文
- options
- SapMonitorsCreateOptionalParams
options パラメーター。
戻り値
Promise<SapMonitor>
beginDelete(string, string, SapMonitorsDeleteOptionalParams)
指定したサブスクリプション、リソース グループ、およびモニター名を持つ SAP モニターを削除します。
function beginDelete(resourceGroupName: string, sapMonitorName: string, options?: SapMonitorsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- sapMonitorName
-
string
SAP モニター リソースの名前。
- options
- SapMonitorsDeleteOptionalParams
options パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginDeleteAndWait(string, string, SapMonitorsDeleteOptionalParams)
指定したサブスクリプション、リソース グループ、およびモニター名を持つ SAP モニターを削除します。
function beginDeleteAndWait(resourceGroupName: string, sapMonitorName: string, options?: SapMonitorsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- sapMonitorName
-
string
SAP モニター リソースの名前。
- options
- SapMonitorsDeleteOptionalParams
options パラメーター。
戻り値
Promise<void>
get(string, string, SapMonitorsGetOptionalParams)
指定したサブスクリプション、リソース グループ、およびリソース名の SAP モニターのプロパティを取得します。
function get(resourceGroupName: string, sapMonitorName: string, options?: SapMonitorsGetOptionalParams): Promise<SapMonitor>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- sapMonitorName
-
string
SAP モニター リソースの名前。
- options
- SapMonitorsGetOptionalParams
options パラメーター。
戻り値
Promise<SapMonitor>
list(SapMonitorsListOptionalParams)
指定したサブスクリプション内の SAP モニターの一覧を取得します。 この操作は、各 SAP モニターのさまざまなプロパティを返します。
function list(options?: SapMonitorsListOptionalParams): PagedAsyncIterableIterator<SapMonitor, SapMonitor[], PageSettings>
パラメーター
- options
- SapMonitorsListOptionalParams
options パラメーター。
戻り値
update(string, string, Tags, SapMonitorsUpdateOptionalParams)
指定したサブスクリプション、リソース グループ、およびモニター名の SAP モニターの [タグ] フィールドにパッチを適用します。
function update(resourceGroupName: string, sapMonitorName: string, tagsParameter: Tags, options?: SapMonitorsUpdateOptionalParams): Promise<SapMonitor>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。
- sapMonitorName
-
string
SAP モニター リソースの名前。
- tagsParameter
- Tags
新しい Tags フィールドのみを含む要求本文
- options
- SapMonitorsUpdateOptionalParams
options パラメーター。
戻り値
Promise<SapMonitor>
Azure SDK for JavaScript