次の方法で共有


Monitors interface

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

メソッド

beginCreate(string, string, MonitorsCreateOptionalParams)

Azure サブスクリプションに新しい Elastic monitor リソースを作成し、Elastic を使用して Azure リソースの監視と監視を可能にします。

beginCreateAndWait(string, string, MonitorsCreateOptionalParams)

Azure サブスクリプションに新しい Elastic monitor リソースを作成し、Elastic を使用して Azure リソースの監視と監視を可能にします。

beginDelete(string, string, MonitorsDeleteOptionalParams)

Azure サブスクリプションから既存の Elastic monitor リソースを削除し、監視機能と監視機能を削除します。

beginDeleteAndWait(string, string, MonitorsDeleteOptionalParams)

Azure サブスクリプションから既存の Elastic monitor リソースを削除し、監視機能と監視機能を削除します。

beginUpdate(string, string, MonitorsUpdateOptionalParams)

Azure サブスクリプション内の既存の Elastic monitor リソースを更新して、最適な可観測性とパフォーマンスを確保します。

beginUpdateAndWait(string, string, MonitorsUpdateOptionalParams)

Azure サブスクリプション内の既存の Elastic monitor リソースを更新して、最適な可観測性とパフォーマンスを確保します。

get(string, string, MonitorsGetOptionalParams)

特定の Elastic Monitor リソースの詳細なプロパティを取得し、監視とパフォーマンスの管理に役立ちます。

list(MonitorsListOptionalParams)

指定したサブスクリプション内のすべての Elastic Monitor リソースを一覧表示し、監視のセットアップを監査および管理するのに役立ちます。

listByResourceGroup(string, MonitorsListByResourceGroupOptionalParams)

サブスクリプション内の指定されたリソースグループ内のすべてのElasticモニターリソースをリストアップし、モニタリング設定の監査と管理に役立ちます。

メソッドの詳細

beginCreate(string, string, MonitorsCreateOptionalParams)

Azure サブスクリプションに新しい Elastic monitor リソースを作成し、Elastic を使用して Azure リソースの監視と監視を可能にします。

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

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名の監視

options
MonitorsCreateOptionalParams

オプション パラメーター。

戻り値

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

beginCreateAndWait(string, string, MonitorsCreateOptionalParams)

Azure サブスクリプションに新しい Elastic monitor リソースを作成し、Elastic を使用して Azure リソースの監視と監視を可能にします。

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

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名の監視

options
MonitorsCreateOptionalParams

オプション パラメーター。

戻り値

beginDelete(string, string, MonitorsDeleteOptionalParams)

Azure サブスクリプションから既存の Elastic monitor リソースを削除し、監視機能と監視機能を削除します。

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

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名の監視

options
MonitorsDeleteOptionalParams

オプション パラメーター。

戻り値

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

beginDeleteAndWait(string, string, MonitorsDeleteOptionalParams)

Azure サブスクリプションから既存の Elastic monitor リソースを削除し、監視機能と監視機能を削除します。

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

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名の監視

options
MonitorsDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<void>

beginUpdate(string, string, MonitorsUpdateOptionalParams)

Azure サブスクリプション内の既存の Elastic monitor リソースを更新して、最適な可観測性とパフォーマンスを確保します。

function beginUpdate(resourceGroupName: string, monitorName: string, options?: MonitorsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ElasticMonitorResource>, ElasticMonitorResource>>

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名の監視

options
MonitorsUpdateOptionalParams

オプション パラメーター。

戻り値

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

beginUpdateAndWait(string, string, MonitorsUpdateOptionalParams)

Azure サブスクリプション内の既存の Elastic monitor リソースを更新して、最適な可観測性とパフォーマンスを確保します。

function beginUpdateAndWait(resourceGroupName: string, monitorName: string, options?: MonitorsUpdateOptionalParams): Promise<ElasticMonitorResource>

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名の監視

options
MonitorsUpdateOptionalParams

オプション パラメーター。

戻り値

get(string, string, MonitorsGetOptionalParams)

特定の Elastic Monitor リソースの詳細なプロパティを取得し、監視とパフォーマンスの管理に役立ちます。

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

パラメーター

resourceGroupName

string

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

monitorName

string

リソース名の監視

options
MonitorsGetOptionalParams

オプション パラメーター。

戻り値

list(MonitorsListOptionalParams)

指定したサブスクリプション内のすべての Elastic Monitor リソースを一覧表示し、監視のセットアップを監査および管理するのに役立ちます。

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

パラメーター

options
MonitorsListOptionalParams

オプション パラメーター。

戻り値

listByResourceGroup(string, MonitorsListByResourceGroupOptionalParams)

サブスクリプション内の指定されたリソースグループ内のすべてのElasticモニターリソースをリストアップし、モニタリング設定の監査と管理に役立ちます。

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

パラメーター

resourceGroupName

string

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

options
MonitorsListByResourceGroupOptionalParams

オプション パラメーター。

戻り値