az network watcher connection-monitor endpoint

このコマンド グループはプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus

接続モニターのエンドポイントを管理します。

コマンド

名前 説明 Status
az network watcher connection-monitor endpoint add

接続モニターにエンドポイントを追加します。

コア プレビュー
az network watcher connection-monitor endpoint list

接続モニターからのすべてのエンドポイントを一覧表示します。

コア プレビュー
az network watcher connection-monitor endpoint remove

接続モニターからエンドポイントを削除します。

コア プレビュー
az network watcher connection-monitor endpoint show

接続モニターからのエンドポイントを表示します。

コア プレビュー
az network watcher connection-monitor endpoint wait

条件が満たされるまで CLI を待機状態にします。

コア プレビュー

az network watcher connection-monitor endpoint add

プレビュー

コマンド グループ 'az network watcher connection-monitor endpoint' はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus

接続モニターにエンドポイントを追加します。

az network watcher connection-monitor endpoint add --connection-monitor
                                                   --endpoint-name
                                                   --location
                                                   [--address]
                                                   [--address-exclude]
                                                   [--address-include]
                                                   [--coverage-level {AboveAverage, Average, BelowAverage, Default, Full, Low}]
                                                   [--dest-test-groups]
                                                   [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                                                   [--resource-id]
                                                   [--source-test-groups]
                                                   [--type {AzureArcVM, AzureSubnet, AzureVM, AzureVMSS, AzureVNet, ExternalAddress, MMAWorkspaceMachine, MMAWorkspaceNetwork}]

宛先エンドポイントとして外部アドレスを追加する

az network watcher connection-monitor endpoint add --connection-monitor MyConnectionMonitor --location westus --name MyExternalEndpoint --address "bing.com" --dest-test-groups DefaultTestGroup --type ExternalAddress

ソース エンドポイントとして Azure VM を追加する

az network watcher connection-monitor endpoint add --connection-monitor MyConnectionMonitor --location westus --name MyVMEndpoint --resource-id MyVMResourceID --source-test-groups DefaultTestGroup --type AzureVM

アドレスが除外されたソース エンドポイントとしてサブネットを追加する

az network watcher connection-monitor endpoint add --connection-monitor MyConnectionMonitor --location westus --name MySubnetEndpoint --resource-id MySubnetID --source-test-groups DefaultTestGroup --type AzureSubnet --address-exclude 10.0.0.25 10.0.0.30 --coverage-level BelowAverage

必須のパラメーター

--connection-monitor

接続モニター名。

--endpoint-name --name -n

接続モニター エンドポイントの名前。

--location -l

場所。 値のソース: az account list-locations az configure --defaults location=<location> を使用して、既定の場所を構成できます。

省略可能のパラメーター

--address

接続モニター エンドポイントのアドレス (IP または doメイン 名)。

--address-exclude

エンドポイント スコープに除外する必要があるエンドポイント項目のアドレスの一覧。 短縮構文、json-file、yaml-file をサポートします。 詳細を表示するには、"??" を試してください。

--address-include

エンドポイント スコープに含める必要があるエンドポイント項目のアドレスの一覧。 短縮構文、json-file、yaml-file をサポートします。 詳細を表示するには、"??" を試してください。

--coverage-level

エンドポイントの対象範囲をテストします。 使用できる値: AboveAverage、Average、BelowAverage、Default、Full、Low。

承認された値: AboveAverage, Average, BelowAverage, Default, Full, Low
--dest-test-groups

ターゲットとして参照するテスト グループの名前のスペース区切りの一覧。 短縮構文、json-file、yaml-file をサポートします。 詳細を表示するには、"??" を試してください。

--no-wait

実行時間の長い操作の終了を待機しません。

承認された値: 0, 1, f, false, n, no, t, true, y, yes
--resource-id

接続モニター エンドポイントのリソース ID。

--source-test-groups

ソースとして参照するテスト グループの名前のスペース区切りの一覧。 短縮構文、json-file、yaml-file をサポートします。 詳細を表示するには、"??" を試してください。

--type

エンドポイントの種類。 使用できる値: AzureArcVM、AzureSubnet、AzureVM、AzureVMSS、AzureVNet、ExternalAddress、MMAWorkspaceMachine、MMAWorkspaceNetwork。

承認された値: AzureArcVM, AzureSubnet, AzureVM, AzureVMSS, AzureVNet, ExternalAddress, MMAWorkspaceMachine, MMAWorkspaceNetwork
グローバル パラメーター
--debug

すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。

--help -h

このヘルプ メッセージを表示して終了します。

--only-show-errors

エラーのみを表示し、警告は抑制します。

--output -o

出力形式。

承認された値: json, jsonc, none, table, tsv, yaml, yamlc
既定値: json
--query

JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

--verbose

ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。

az network watcher connection-monitor endpoint list

プレビュー

コマンド グループ 'az network watcher connection-monitor endpoint' はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus

接続モニターからのすべてのエンドポイントを一覧表示します。

az network watcher connection-monitor endpoint list --connection-monitor
                                                    --location

接続モニターからのすべてのエンドポイントを一覧表示します。

az network watcher connection-monitor endpoint list --connection-monitor MyConnectionMonitor --location westus2

必須のパラメーター

--connection-monitor

接続モニター名。

--location -l

場所。 値のソース: az account list-locations az configure --defaults location=<location> を使用して、既定の場所を構成できます。

グローバル パラメーター
--debug

すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。

--help -h

このヘルプ メッセージを表示して終了します。

--only-show-errors

エラーのみを表示し、警告は抑制します。

--output -o

出力形式。

承認された値: json, jsonc, none, table, tsv, yaml, yamlc
既定値: json
--query

JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

--verbose

ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。

az network watcher connection-monitor endpoint remove

プレビュー

コマンド グループ 'az network watcher connection-monitor endpoint' はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus

接続モニターからエンドポイントを削除します。

az network watcher connection-monitor endpoint remove --connection-monitor
                                                      --endpoint-name
                                                      --location
                                                      [--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
                                                      [--test-groups]

接続モニターのすべてのテスト グループからエンドポイントを削除する

az network watcher connection-monitor endpoint remove --connection-monitor MyConnectionMonitor --location westus --name MyEndpoint

接続モニターの 2 つのテスト グループからエンドポイントを削除する

az network watcher connection-monitor endpoint remove --connection-monitor MyConnectionMonitor --location westus --name MyEndpoint --test-groups DefaultTestGroup HealthCheckTestGroup

必須のパラメーター

--connection-monitor

接続モニター名。

--endpoint-name --name -n

接続モニター エンドポイントの名前。

--location -l

場所。 値のソース: az account list-locations az configure --defaults location=<location> を使用して、既定の場所を構成できます。

省略可能のパラメーター

--no-wait

実行時間の長い操作の終了を待機しません。

承認された値: 0, 1, f, false, n, no, t, true, y, yes
--test-groups

指定した場合にのみ影響を受ける必要があるテスト グループの名前のスペース区切りの一覧。 短縮構文、json-file、yaml-file をサポートします。 詳細を表示するには、"??" を試してください。

グローバル パラメーター
--debug

すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。

--help -h

このヘルプ メッセージを表示して終了します。

--only-show-errors

エラーのみを表示し、警告は抑制します。

--output -o

出力形式。

承認された値: json, jsonc, none, table, tsv, yaml, yamlc
既定値: json
--query

JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

--verbose

ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。

az network watcher connection-monitor endpoint show

プレビュー

コマンド グループ 'az network watcher connection-monitor endpoint' はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus

接続モニターからのエンドポイントを表示します。

az network watcher connection-monitor endpoint show --connection-monitor
                                                    --endpoint-name
                                                    --location

接続モニターからのエンドポイントを表示します。

az network watcher connection-monitor endpoint show --connection-monitor MyConnectionMonitor --location westus2 --name myconnectionmonitorendpoint --subscription MySubscription

必須のパラメーター

--connection-monitor

接続モニター名。

--endpoint-name --name -n

接続モニター エンドポイントの名前。

--location -l

場所。 値のソース: az account list-locations az configure --defaults location=<location> を使用して、既定の場所を構成できます。

グローバル パラメーター
--debug

すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。

--help -h

このヘルプ メッセージを表示して終了します。

--only-show-errors

エラーのみを表示し、警告は抑制します。

--output -o

出力形式。

承認された値: json, jsonc, none, table, tsv, yaml, yamlc
既定値: json
--query

JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

--verbose

ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。

az network watcher connection-monitor endpoint wait

プレビュー

コマンド グループ 'az network watcher connection-monitor endpoint' はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus

条件が満たされるまで CLI を待機状態にします。

az network watcher connection-monitor endpoint wait [--connection-monitor]
                                                    [--created]
                                                    [--custom]
                                                    [--deleted]
                                                    [--exists]
                                                    [--ids]
                                                    [--interval]
                                                    [--subscription]
                                                    [--timeout]
                                                    [--updated]
                                                    [--watcher-name]
                                                    [--watcher-rg]

省略可能のパラメーター

--connection-monitor

接続モニター名。

--created

'provisioningState' が 'Succeeded' で作成されるまで待ちます。

既定値: False
--custom

条件がカスタム JMESPath クエリを満たすまで待ちます。 例: provisioningState!='InProgress'、instanceView.statuses[?code=='PowerState/running']。

--deleted

削除されるまで待ちます。

既定値: False
--exists

リソースが存在するまで待ちます。

既定値: False
--ids

1 つまたは複数のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。

--interval

ポーリング間隔 (秒単位)。

既定値: 30
--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

--timeout

最大待機時間 (秒単位)。

既定値: 3600
--updated

provisioningState が 'Succeeded' で更新されるまで待ちます。

既定値: False
--watcher-name

ネットワーク ウォッチャーの名前。

--watcher-rg -g

ウォッチャーが含まれているリソース グループの名前。

グローバル パラメーター
--debug

すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。

--help -h

このヘルプ メッセージを表示して終了します。

--only-show-errors

エラーのみを表示し、警告は抑制します。

--output -o

出力形式。

承認された値: json, jsonc, none, table, tsv, yaml, yamlc
既定値: json
--query

JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。

--subscription

サブスクリプションの名前または ID。 az account set -s NAME_OR_ID を使用して、既定のサブスクリプションを構成できます。

--verbose

ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。