次の方法で共有


Monitors interface

モニターを表すインターフェイス。

メソッド

beginCreate(string, string, Monitor, MonitorsCreateOptionalParams)

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

beginCreateAndWait(string, string, Monitor, MonitorsCreateOptionalParams)

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

beginDelete(string, string, MonitorsDeleteOptionalParams)

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

beginDeleteAndWait(string, string, MonitorsDeleteOptionalParams)

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

get(string, string, MonitorsGetOptionalParams)

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

list(MonitorsListOptionalParams)

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

listByResourceGroup(string, MonitorsListByResourceGroupOptionalParams)

指定したリソース グループ内の SAP モニターの一覧を取得します。

update(string, string, UpdateMonitorRequest, MonitorsUpdateOptionalParams)

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

メソッドの詳細

beginCreate(string, string, Monitor, MonitorsCreateOptionalParams)

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

function beginCreate(resourceGroupName: string, monitorName: string, monitorParameter: Monitor, options?: MonitorsCreateOptionalParams): Promise<SimplePollerLike<OperationState<Monitor>, Monitor>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

monitorName

string

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

monitorParameter
Monitor

SAP モニターを表す要求本文

options
MonitorsCreateOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<Monitor>, Monitor>>

beginCreateAndWait(string, string, Monitor, MonitorsCreateOptionalParams)

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

function beginCreateAndWait(resourceGroupName: string, monitorName: string, monitorParameter: Monitor, options?: MonitorsCreateOptionalParams): Promise<Monitor>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

monitorName

string

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

monitorParameter
Monitor

SAP モニターを表す要求本文

options
MonitorsCreateOptionalParams

options パラメーター。

戻り値

Promise<Monitor>

beginDelete(string, string, MonitorsDeleteOptionalParams)

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

function beginDelete(resourceGroupName: string, monitorName: string, options?: MonitorsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

monitorName

string

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

options
MonitorsDeleteOptionalParams

options パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<OperationStatusResult>, OperationStatusResult>>

beginDeleteAndWait(string, string, MonitorsDeleteOptionalParams)

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

function beginDeleteAndWait(resourceGroupName: string, monitorName: string, options?: MonitorsDeleteOptionalParams): Promise<OperationStatusResult>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

monitorName

string

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

options
MonitorsDeleteOptionalParams

options パラメーター。

戻り値

get(string, string, MonitorsGetOptionalParams)

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

function get(resourceGroupName: string, monitorName: string, options?: MonitorsGetOptionalParams): Promise<Monitor>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

monitorName

string

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

options
MonitorsGetOptionalParams

options パラメーター。

戻り値

Promise<Monitor>

list(MonitorsListOptionalParams)

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

function list(options?: MonitorsListOptionalParams): PagedAsyncIterableIterator<Monitor, Monitor[], PageSettings>

パラメーター

options
MonitorsListOptionalParams

options パラメーター。

戻り値

listByResourceGroup(string, MonitorsListByResourceGroupOptionalParams)

指定したリソース グループ内の SAP モニターの一覧を取得します。

function listByResourceGroup(resourceGroupName: string, options?: MonitorsListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Monitor, Monitor[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

options
MonitorsListByResourceGroupOptionalParams

options パラメーター。

戻り値

update(string, string, UpdateMonitorRequest, MonitorsUpdateOptionalParams)

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

function update(resourceGroupName: string, monitorName: string, body: UpdateMonitorRequest, options?: MonitorsUpdateOptionalParams): Promise<Monitor>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

monitorName

string

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

body
UpdateMonitorRequest

SAP ワークロード モニターの更新要求本文。

options
MonitorsUpdateOptionalParams

options パラメーター。

戻り値

Promise<Monitor>