az network watcher connection-monitor endpoint
このコマンド グループはプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus
接続モニターのエンドポイントを管理します。
コマンド
名前 | 説明 | 型 | 状態 |
---|---|---|---|
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
必須のパラメーター
接続モニター名。
接続モニター エンドポイントの名前。
場所。 値のソース: az account list-locations
az configure --defaults location=<location>
を使用して、既定の場所を構成できます。
省略可能のパラメーター
接続モニター エンドポイントのアドレス (IP または doメイン 名)。
エンドポイント スコープに除外する必要があるエンドポイント項目のアドレスの一覧。 短縮構文、json-file、yaml-file をサポートします。 詳細を表示するには、"??" を試してください。
エンドポイント スコープに含める必要があるエンドポイント項目のアドレスの一覧。 短縮構文、json-file、yaml-file をサポートします。 詳細を表示するには、"??" を試してください。
エンドポイントの対象範囲をテストします。 使用できる値: AboveAverage、Average、BelowAverage、Default、Full、Low。
ターゲットとして参照するテスト グループの名前のスペース区切りの一覧。 短縮構文、json-file、yaml-file をサポートします。 詳細を表示するには、"??" を試してください。
実行時間の長い操作の終了を待機しません。
接続モニター エンドポイントのリソース ID。
ソースとして参照するテスト グループの名前のスペース区切りの一覧。 短縮構文、json-file、yaml-file をサポートします。 詳細を表示するには、"??" を試してください。
エンドポイントの種類。 使用できる値: AzureArcVM、AzureSubnet、AzureVM、AzureVMSS、AzureVNet、ExternalAddress、MMAWorkspaceMachine、MMAWorkspaceNetwork。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --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
必須のパラメーター
接続モニター名。
場所。 値のソース: az account list-locations
az configure --defaults location=<location>
を使用して、既定の場所を構成できます。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --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
必須のパラメーター
接続モニター名。
接続モニター エンドポイントの名前。
場所。 値のソース: az account list-locations
az configure --defaults location=<location>
を使用して、既定の場所を構成できます。
省略可能のパラメーター
実行時間の長い操作の終了を待機しません。
指定した場合にのみ影響を受ける必要があるテスト グループの名前のスペース区切りの一覧。 短縮構文、json-file、yaml-file をサポートします。 詳細を表示するには、"??" を試してください。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --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
必須のパラメーター
接続モニター名。
接続モニター エンドポイントの名前。
場所。 値のソース: az account list-locations
az configure --defaults location=<location>
を使用して、既定の場所を構成できます。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --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]
省略可能のパラメーター
接続モニター名。
'provisioningState' が 'Succeeded' で作成されるまで待ちます。
条件がカスタム JMESPath クエリを満たすまで待ちます。 例: provisioningState!='InProgress'、instanceView.statuses[?code=='PowerState/running']。
削除されるまで待ちます。
リソースが存在するまで待ちます。
1 つまたは複数のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。
ポーリング間隔 (秒単位)。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
最大待機時間 (秒単位)。
provisioningState が 'Succeeded' で更新されるまで待ちます。
ネットワーク ウォッチャーの名前。
ウォッチャーが含まれているリソース グループの名前。
グローバル パラメーター
すべてのデバッグ ログを表示するようにログの詳細レベルを上げます。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告は抑制します。
出力形式。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ をご覧ください。
サブスクリプションの名前または ID。 az account set -s NAME_OR_ID
を使用して、既定のサブスクリプションを構成できます。
ログの詳細レベルを上げます。 詳細なデバッグ ログを表示するには --debug を使います。
Azure CLI