az servicebus namespace private-endpoint-connection
servicebus 名前空間のプライベート エンドポイント接続を管理します。
コマンド
名前 | 説明 | 型 | 状態 |
---|---|---|---|
az servicebus namespace private-endpoint-connection approve |
servicebus 名前空間のプライベート エンドポイント接続要求を承認します。 |
コア | GA |
az servicebus namespace private-endpoint-connection create |
サービス名前空間の PrivateEndpointConnections を作成します。 |
コア | GA |
az servicebus namespace private-endpoint-connection delete |
servicebus 名前空間のプライベート エンドポイント接続要求を削除します。 |
コア | GA |
az servicebus namespace private-endpoint-connection list |
名前空間内で使用可能な PrivateEndpointConnections を一覧表示します。 |
コア | GA |
az servicebus namespace private-endpoint-connection reject |
servicebus 名前空間のプライベート エンドポイント接続要求を拒否します。 |
コア | GA |
az servicebus namespace private-endpoint-connection show |
指定したプライベート エンドポイント接続の説明を取得します。 |
コア | GA |
az servicebus namespace private-endpoint-connection update |
サービス名前空間の PrivateEndpointConnections を更新します。 |
コア | GA |
az servicebus namespace private-endpoint-connection wait |
条件が満たされるまで CLI を待機状態にします。 |
コア | GA |
az servicebus namespace private-endpoint-connection approve
servicebus 名前空間のプライベート エンドポイント接続要求を承認します。
az servicebus namespace private-endpoint-connection approve [--description]
[--id]
[--name]
[--namespace-name]
[--resource-group]
例
ID で servicebus 名前空間のプライベート エンドポイント接続要求を承認します。
az servicebus namespace private-endpoint-connection approve --id "/subscriptions/0000-0000-0000-0000/resourceGroups/MyResourceGroup/providers/Microsoft.ServiceBus/namesapces/mynamepsace/privateEndpointConnections/mynamespace.b56b5a95-0588-4f8b-b348-15db61590a6c"
ID で servicebus 名前空間のプライベート エンドポイント接続要求を承認します。
id = (az servicebus namespace show -n mynamespace --query "privateEndpointConnections[0].id")
az servicebus namespace private-endpoint-connection approve --id $id
名前空間名と接続名を使用して、servicebus 名前空間のプライベート エンドポイント接続要求を承認します。
az servicebus namespace private-endpoint-connection approve -g myRg --namespace-name mynamespace --name myconnection
名前空間名と接続名を使用して、servicebus 名前空間のプライベート エンドポイント接続要求を承認します。
name = (az servicebus namespace show -n mynamespace --query "privateEndpointConnections[0].name")
az servicebus namespace private-endpoint-connection approve -g myRg --namespace-name mynamespace --name $name
省略可能のパラメーター
承認操作のコメント。
Service Bus 名前空間に関連付けられているプライベート エンドポイント接続の ID。
az servicebus namespace show
を使用して取得できます。
Service Bus 名前空間に関連付けられているプライベート エンドポイント接続の名前。
Service Bus namesapce 名。
指定した Service Bus 名前空間のリソース グループ名。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
出力フォーマット。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
az servicebus namespace private-endpoint-connection create
サービス名前空間の PrivateEndpointConnections を作成します。
az servicebus namespace private-endpoint-connection create --name --private-endpoint-connection-name
--namespace-name
--resource-group
[--description]
[--provisioning-state {Canceled, Creating, Deleting, Failed, Succeeded, Updating}]
[--status {Approved, Disconnected, Pending, Rejected}]
必須のパラメーター
PrivateEndpointConnection 名。
名前空間名。
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
省略可能のパラメーター
接続状態の説明。
プライベート エンドポイント接続のプロビジョニング状態。
接続の状態。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
出力フォーマット。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
az servicebus namespace private-endpoint-connection delete
servicebus 名前空間のプライベート エンドポイント接続要求を削除します。
az servicebus namespace private-endpoint-connection delete [--description]
[--id]
[--name]
[--namespace-name]
[--resource-group]
[--yes]
例
ID で servicebus 名前空間のプライベート エンドポイント接続要求を削除します。
az servicebus namespace private-endpoint-connection delete --id "/subscriptions/0000-0000-0000-0000/resourceGroups/MyResourceGroup/providers/Microsoft.ServiceBus/namespaces/mynamespace/privateEndpointConnections/mynamespace.b56b5a95-0588-4f8b-b348-15db61590a6c"
ID で servicebus 名前空間のプライベート エンドポイント接続要求を削除します。
id = (az servicebus namespace show -n mynamespace --query "privateEndpointConnections[0].id")
az servicebus namespace private-endpoint-connection delete --id $id
アカウント名と接続名を使用して、servicebus 名前空間のプライベート エンドポイント接続要求を削除します。
az servicebus namespace private-endpoint-connection delete -g myRg --namespace-name mynamespace --name myconnection
名前空間名と接続名を使用して、servicebus 名前空間のプライベート エンドポイント接続要求を削除します。
name = (az servicebus namespace show -n mynamespace --query "privateEndpointConnections[0].name")
az servicebus namespace private-endpoint-connection delete -g myRg --namespace-name mynamespace --name $name
省略可能のパラメーター
削除操作のコメント。
Service Bus 名前空間に関連付けられているプライベート エンドポイント接続の ID。
az servicebus namespace show
を使用して取得できます。
Service Bus 名前空間に関連付けられているプライベート エンドポイント接続の名前。
Service Bus namesapce 名。
指定した Service Bus 名前空間のリソース グループ名。
確認を求めないでください。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
出力フォーマット。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
az servicebus namespace private-endpoint-connection list
名前空間内で使用可能な PrivateEndpointConnections を一覧表示します。
az servicebus namespace private-endpoint-connection list --namespace-name
--resource-group
必須のパラメーター
名前空間名。
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
出力フォーマット。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
az servicebus namespace private-endpoint-connection reject
servicebus 名前空間のプライベート エンドポイント接続要求を拒否します。
az servicebus namespace private-endpoint-connection reject [--description]
[--id]
[--name]
[--namespace-name]
[--resource-group]
例
ID で servicebus 名前空間のプライベート エンドポイント接続要求を拒否します。
az servicebus namespace private-endpoint-connection reject --id "/subscriptions/0000-0000-0000-0000/resourceGroups/MyResourceGroup/providers/Microsoft.ServiceBus/namespaces/mynamespace/privateEndpointConnections/mynamespace.b56b5a95-0588-4f8b-b348-15db61590a6c"
ID で servicebus 名前空間のプライベート エンドポイント接続要求を拒否します。
id = (az servicebus namespace show -n mynamespace --query "privateEndpointConnections[0].id")
az servicebus namespace private-endpoint-connection reject --id $id
名前空間名と接続名を使用して、servicebus 名前空間のプライベート エンドポイント接続要求を拒否します。
az servicebus namespace private-endpoint-connection reject -g myRg --namespace-name mynamespace --name myconnection
名前空間名と接続名を使用して、servicebus 名前空間のプライベート エンドポイント接続要求を拒否します。
name = (az servicebus namespace show -n mynamespace --query "privateEndpointConnections[0].name")
az servicebus namespace private-endpoint-connection reject -g myRg --namespace-name mynamespace --name $name
省略可能のパラメーター
拒否操作のコメント。
Service Bus 名前空間に関連付けられているプライベート エンドポイント接続の ID。
az servicebus namespace show
を使用して取得できます。
Service Bus 名前空間に関連付けられているプライベート エンドポイント接続の名前。
Service Bus namesapce 名。
指定した Service Bus 名前空間のリソース グループ名。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
出力フォーマット。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
az servicebus namespace private-endpoint-connection show
指定したプライベート エンドポイント接続の説明を取得します。
az servicebus namespace private-endpoint-connection show [--id]
[--ids]
[--name --private-endpoint-connection-name]
[--namespace-name]
[--resource-group]
[--subscription]
省略可能のパラメーター
Service Bus 名前空間に関連付けられているプライベート エンドポイント接続の ID。
az servicebus namespace show
を使用して取得できます。
1 つ以上のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。
PrivateEndpointConnection 名。
名前空間名。
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
出力フォーマット。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
az servicebus namespace private-endpoint-connection update
サービス名前空間の PrivateEndpointConnections を更新します。
az servicebus namespace private-endpoint-connection update [--add]
[--description]
[--force-string {0, 1, f, false, n, no, t, true, y, yes}]
[--ids]
[--name --private-endpoint-connection-name]
[--namespace-name]
[--provisioning-state {Canceled, Creating, Deleting, Failed, Succeeded, Updating}]
[--remove]
[--resource-group]
[--set]
[--status {Approved, Disconnected, Pending, Rejected}]
[--subscription]
省略可能のパラメーター
パスとキー値のペアを指定して、オブジェクトの一覧にオブジェクトを追加します。 例: --add property.listProperty <key=value, string or JSON string>
。
接続状態の説明。
'set' または 'add' を使用する場合は、JSON に変換するのではなく、文字列リテラルを保持します。
1 つ以上のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。
PrivateEndpointConnection 名。
名前空間名。
プライベート エンドポイント接続のプロビジョニング状態。
リストからプロパティまたは要素を削除します。 例: --remove property.list <indexToRemove>
OR --remove propertyToRemove
。
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
設定するプロパティ パスと値を指定して、オブジェクトを更新します。 例: --set property1.property2=<value>
。
接続の状態。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
出力フォーマット。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
az servicebus namespace private-endpoint-connection wait
条件が満たされるまで CLI を待機状態にします。
az servicebus namespace private-endpoint-connection wait [--created]
[--custom]
[--deleted]
[--exists]
[--ids]
[--interval]
[--name --private-endpoint-connection-name]
[--namespace-name]
[--resource-group]
[--subscription]
[--timeout]
[--updated]
省略可能のパラメーター
'provisioningState' が 'Succeeded' で作成されるまで待ちます。
条件がカスタム JMESPath クエリを満たすまで待ちます。 例: provisioningState!='InProgress'、instanceView.statuses[?code=='PowerState/running']。
削除されるまで待ちます。
リソースが存在するまで待ちます。
1 つ以上のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。
ポーリング間隔 (秒単位)。
PrivateEndpointConnection 名。
名前空間名。
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
最大待機時間 (秒単位)。
provisioningState が 'Succeeded' で更新されるまで待ちます。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
出力フォーマット。
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。