次の方法で共有


SapMonitors class

SapMonitors を表すクラス。

コンストラクター

SapMonitors(HanaManagementClientContext)

SapMonitors を作成します。

メソッド

beginCreate(string, string, SapMonitor, RequestOptionsBase)

指定したサブスクリプション、リソース グループ、およびリソース名の SAP モニターを作成します。

beginDeleteMethod(string, string, RequestOptionsBase)

指定したサブスクリプション、リソース グループ、およびモニター名を持つ SAP モニターを削除します。

create(string, string, SapMonitor, RequestOptionsBase)

指定したサブスクリプション、リソース グループ、およびリソース名の SAP モニターを作成します。

deleteMethod(string, string, RequestOptionsBase)

指定したサブスクリプション、リソース グループ、およびモニター名を持つ SAP モニターを削除します。

get(string, string, RequestOptionsBase)

指定したサブスクリプション、リソース グループ、およびリソース名の SAP モニターのプロパティを取得します。

get(string, string, RequestOptionsBase, ServiceCallback<SapMonitor>)
get(string, string, ServiceCallback<SapMonitor>)
list(RequestOptionsBase)

指定したサブスクリプション内の SAP モニターの一覧を取得します。 この操作は、各 SAP モニターのさまざまなプロパティを返します。

list(RequestOptionsBase, ServiceCallback<SapMonitorListResult>)
list(ServiceCallback<SapMonitorListResult>)
listNext(string, RequestOptionsBase)

指定したサブスクリプション内の SAP モニターの一覧を取得します。 この操作は、各 SAP モニターのさまざまなプロパティを返します。

listNext(string, RequestOptionsBase, ServiceCallback<SapMonitorListResult>)
listNext(string, ServiceCallback<SapMonitorListResult>)
update(string, string, Tags, RequestOptionsBase)

指定したサブスクリプション、リソース グループ、およびモニター名に対して SAP モニターの [タグ] フィールドにパッチを適用します。

update(string, string, Tags, RequestOptionsBase, ServiceCallback<SapMonitor>)
update(string, string, Tags, ServiceCallback<SapMonitor>)

コンストラクターの詳細

SapMonitors(HanaManagementClientContext)

SapMonitors を作成します。

new SapMonitors(client: HanaManagementClientContext)

パラメーター

client
HanaManagementClientContext

サービス クライアントへの参照。

メソッドの詳細

beginCreate(string, string, SapMonitor, RequestOptionsBase)

指定したサブスクリプション、リソース グループ、およびリソース名の SAP モニターを作成します。

function beginCreate(resourceGroupName: string, sapMonitorName: string, sapMonitorParameter: SapMonitor, options?: RequestOptionsBase): Promise<LROPoller>

パラメーター

resourceGroupName

string

リソース グループの名前。

sapMonitorName

string

SAP モニター リソースの名前。

sapMonitorParameter
SapMonitor

SAP Monitor を表す要求本文

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<@azure/ms-rest-azure-js.LROPoller>

Promise<msRestAzure.LROPoller>

beginDeleteMethod(string, string, RequestOptionsBase)

指定したサブスクリプション、リソース グループ、およびモニター名を持つ SAP モニターを削除します。

function beginDeleteMethod(resourceGroupName: string, sapMonitorName: string, options?: RequestOptionsBase): Promise<LROPoller>

パラメーター

resourceGroupName

string

リソース グループの名前。

sapMonitorName

string

SAP モニター リソースの名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<@azure/ms-rest-azure-js.LROPoller>

Promise<msRestAzure.LROPoller>

create(string, string, SapMonitor, RequestOptionsBase)

指定したサブスクリプション、リソース グループ、およびリソース名の SAP モニターを作成します。

function create(resourceGroupName: string, sapMonitorName: string, sapMonitorParameter: SapMonitor, options?: RequestOptionsBase): Promise<SapMonitorsCreateResponse>

パラメーター

resourceGroupName

string

リソース グループの名前。

sapMonitorName

string

SAP モニター リソースの名前。

sapMonitorParameter
SapMonitor

SAP Monitor を表す要求本文

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.SapMonitorsCreateResponse>

deleteMethod(string, string, RequestOptionsBase)

指定したサブスクリプション、リソース グループ、およびモニター名を持つ SAP モニターを削除します。

function deleteMethod(resourceGroupName: string, sapMonitorName: string, options?: RequestOptionsBase): Promise<RestResponse>

パラメーター

resourceGroupName

string

リソース グループの名前。

sapMonitorName

string

SAP モニター リソースの名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<RestResponse>

Promise<msRest.RestResponse>

get(string, string, RequestOptionsBase)

指定したサブスクリプション、リソース グループ、およびリソース名の SAP モニターのプロパティを取得します。

function get(resourceGroupName: string, sapMonitorName: string, options?: RequestOptionsBase): Promise<SapMonitorsGetResponse>

パラメーター

resourceGroupName

string

リソース グループの名前。

sapMonitorName

string

SAP モニター リソースの名前。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.SapMonitorsGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<SapMonitor>)

function get(resourceGroupName: string, sapMonitorName: string, options: RequestOptionsBase, callback: ServiceCallback<SapMonitor>)

パラメーター

resourceGroupName

string

リソース グループの名前。

sapMonitorName

string

SAP モニター リソースの名前。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<SapMonitor>

コールバック。

get(string, string, ServiceCallback<SapMonitor>)

function get(resourceGroupName: string, sapMonitorName: string, callback: ServiceCallback<SapMonitor>)

パラメーター

resourceGroupName

string

リソース グループの名前。

sapMonitorName

string

SAP モニター リソースの名前。

callback

ServiceCallback<SapMonitor>

コールバック。

list(RequestOptionsBase)

指定したサブスクリプション内の SAP モニターの一覧を取得します。 この操作は、各 SAP モニターのさまざまなプロパティを返します。

function list(options?: RequestOptionsBase): Promise<SapMonitorsListResponse>

パラメーター

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.SapMonitorsListResponse>

list(RequestOptionsBase, ServiceCallback<SapMonitorListResult>)

function list(options: RequestOptionsBase, callback: ServiceCallback<SapMonitorListResult>)

パラメーター

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<SapMonitorListResult>

コールバック。

list(ServiceCallback<SapMonitorListResult>)

function list(callback: ServiceCallback<SapMonitorListResult>)

パラメーター

callback

ServiceCallback<SapMonitorListResult>

コールバック。

listNext(string, RequestOptionsBase)

指定したサブスクリプション内の SAP モニターの一覧を取得します。 この操作は、各 SAP モニターのさまざまなプロパティを返します。

function listNext(nextPageLink: string, options?: RequestOptionsBase): Promise<SapMonitorsListNextResponse>

パラメーター

nextPageLink

string

List 操作への前回の正常な呼び出しからの NextLink。

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.SapMonitorsListNextResponse>

listNext(string, RequestOptionsBase, ServiceCallback<SapMonitorListResult>)

function listNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<SapMonitorListResult>)

パラメーター

nextPageLink

string

List 操作への前回の正常な呼び出しからの NextLink。

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<SapMonitorListResult>

コールバック。

listNext(string, ServiceCallback<SapMonitorListResult>)

function listNext(nextPageLink: string, callback: ServiceCallback<SapMonitorListResult>)

パラメーター

nextPageLink

string

List 操作への前回の正常な呼び出しからの NextLink。

callback

ServiceCallback<SapMonitorListResult>

コールバック。

update(string, string, Tags, RequestOptionsBase)

指定したサブスクリプション、リソース グループ、およびモニター名に対して SAP モニターの [タグ] フィールドにパッチを適用します。

function update(resourceGroupName: string, sapMonitorName: string, tagsParameter: Tags, options?: RequestOptionsBase): Promise<SapMonitorsUpdateResponse>

パラメーター

resourceGroupName

string

リソース グループの名前。

sapMonitorName

string

SAP モニター リソースの名前。

tagsParameter
Tags

新しい Tags フィールドのみを含む要求本文

options
RequestOptionsBase

省略可能なパラメーター

戻り値

Promise<Models.SapMonitorsUpdateResponse>

update(string, string, Tags, RequestOptionsBase, ServiceCallback<SapMonitor>)

function update(resourceGroupName: string, sapMonitorName: string, tagsParameter: Tags, options: RequestOptionsBase, callback: ServiceCallback<SapMonitor>)

パラメーター

resourceGroupName

string

リソース グループの名前。

sapMonitorName

string

SAP モニター リソースの名前。

tagsParameter
Tags

新しい Tags フィールドのみを含む要求本文

options
RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<SapMonitor>

コールバック。

update(string, string, Tags, ServiceCallback<SapMonitor>)

function update(resourceGroupName: string, sapMonitorName: string, tagsParameter: Tags, callback: ServiceCallback<SapMonitor>)

パラメーター

resourceGroupName

string

リソース グループの名前。

sapMonitorName

string

SAP モニター リソースの名前。

tagsParameter
Tags

新しい Tags フィールドのみを含む要求本文

callback

ServiceCallback<SapMonitor>

コールバック。