Monitors interface
モニターを表すインターフェイス。
メソッド
| begin |
Azure サブスクリプションに新しい Elastic monitor リソースを作成し、Elastic を使用して Azure リソースの監視と監視を可能にします。 |
| begin |
Azure サブスクリプションに新しい Elastic monitor リソースを作成し、Elastic を使用して Azure リソースの監視と監視を可能にします。 |
| begin |
Azure サブスクリプションから既存の Elastic monitor リソースを削除し、監視機能と監視機能を削除します。 |
| begin |
Azure サブスクリプションから既存の Elastic monitor リソースを削除し、監視機能と監視機能を削除します。 |
| begin |
Azure サブスクリプション内の既存の Elastic monitor リソースを更新して、最適な可観測性とパフォーマンスを確保します。 |
| begin |
Azure サブスクリプション内の既存の Elastic monitor リソースを更新して、最適な可観測性とパフォーマンスを確保します。 |
| get(string, string, Monitors |
特定の Elastic Monitor リソースの詳細なプロパティを取得し、監視とパフォーマンスの管理に役立ちます。 |
| list(Monitors |
指定したサブスクリプション内のすべての Elastic Monitor リソースを一覧表示し、監視のセットアップを監査および管理するのに役立ちます。 |
| list |
サブスクリプション内の指定されたリソースグループ内のすべての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
オプション パラメーター。
戻り値
Promise<ElasticMonitorResource>
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
オプション パラメーター。
戻り値
Promise<ElasticMonitorResource>
get(string, string, MonitorsGetOptionalParams)
特定の Elastic Monitor リソースの詳細なプロパティを取得し、監視とパフォーマンスの管理に役立ちます。
function get(resourceGroupName: string, monitorName: string, options?: MonitorsGetOptionalParams): Promise<ElasticMonitorResource>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- monitorName
-
string
リソース名の監視
- options
- MonitorsGetOptionalParams
オプション パラメーター。
戻り値
Promise<ElasticMonitorResource>
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
リソース グループの名前。 名前では大文字と小文字が区別されません。
オプション パラメーター。