az servicebus namespace private-endpoint-connection

servicebus 名前空間のプライベート エンドポイント接続を管理します。

コマンド

名前 説明 Status
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

省略可能のパラメーター

--description

承認操作のコメント。

--id

Service Bus 名前空間に関連付けられているプライベート エンドポイント接続の ID。 を使用して az servicebus namespace show取得できます。

--name -n

Service Bus 名前空間に関連付けられているプライベート エンドポイント接続の名前。

--namespace-name

Service Bus namesapce 名。

--resource-group -g

指定した Service Bus 名前空間のリソース グループ名。

グローバル パラメーター
--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 servicebus namespace private-endpoint-connection create

サービス名前空間の PrivateEndpointConnections を作成します。

az servicebus namespace private-endpoint-connection create --name
                                                           --namespace-name
                                                           --resource-group
                                                           [--description]
                                                           [--provisioning-state {Canceled, Creating, Deleting, Failed, Succeeded, Updating}]
                                                           [--status {Approved, Disconnected, Pending, Rejected}]

必須のパラメーター

--name --private-endpoint-connection-name -n

PrivateEndpointConnection 名。

--namespace-name

名前空間の名前。

--resource-group -g

リソース グループの名前。 az configure --defaults group=<name> を使用して、既定のグループを構成できます。

省略可能のパラメーター

--description

接続状態の説明。

--provisioning-state

プライベート エンドポイント接続のプロビジョニング状態。

承認された値: Canceled, Creating, Deleting, Failed, Succeeded, Updating
--status

接続の状態。

承認された値: Approved, Disconnected, Pending, Rejected
グローバル パラメーター
--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 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

省略可能のパラメーター

--description

削除操作のコメント。

--id

Service Bus 名前空間に関連付けられているプライベート エンドポイント接続の ID。 を使用して az servicebus namespace show取得できます。

--name -n

Service Bus 名前空間に関連付けられているプライベート エンドポイント接続の名前。

--namespace-name

Service Bus namesapce 名。

--resource-group -g

指定した Service Bus 名前空間のリソース グループ名。

--yes -y

確認のダイアログを表示しません。

既定値: False
グローバル パラメーター
--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 servicebus namespace private-endpoint-connection list

名前空間内で使用可能な PrivateEndpointConnections を一覧表示します。

az servicebus namespace private-endpoint-connection list --namespace-name
                                                         --resource-group

必須のパラメーター

--namespace-name

名前空間の名前。

--resource-group -g

リソース グループの名前。 az configure --defaults group=<name> を使用して、既定のグループを構成できます。

グローバル パラメーター
--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 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

省略可能のパラメーター

--description

拒否操作のコメント。

--id

Service Bus 名前空間に関連付けられているプライベート エンドポイント接続の ID。 を使用して az servicebus namespace show取得できます。

--name -n

Service Bus 名前空間に関連付けられているプライベート エンドポイント接続の名前。

--namespace-name

Service Bus namesapce 名。

--resource-group -g

指定した Service Bus 名前空間のリソース グループ名。

グローバル パラメーター
--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 servicebus namespace private-endpoint-connection show

指定したプライベート エンドポイント接続の説明を取得します。

az servicebus namespace private-endpoint-connection show [--id]
                                                         [--ids]
                                                         [--name]
                                                         [--namespace-name]
                                                         [--resource-group]
                                                         [--subscription]

省略可能のパラメーター

--id

Service Bus 名前空間に関連付けられているプライベート エンドポイント接続の ID。 を使用して az servicebus namespace show取得できます。

--ids

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

--name --private-endpoint-connection-name -n

PrivateEndpointConnection 名。

--namespace-name

名前空間の名前。

--resource-group -g

リソース グループの名前。 az configure --defaults group=<name> を使用して、既定のグループを構成できます。

--subscription

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

グローバル パラメーター
--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 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]
                                                           [--namespace-name]
                                                           [--provisioning-state {Canceled, Creating, Deleting, Failed, Succeeded, Updating}]
                                                           [--remove]
                                                           [--resource-group]
                                                           [--set]
                                                           [--status {Approved, Disconnected, Pending, Rejected}]
                                                           [--subscription]

省略可能のパラメーター

--add

パスとキー値のペアを指定して、オブジェクトの一覧にオブジェクトを追加します。 例: --add property.listProperty <key=value、string、または JSON 文字列>。

--description

接続状態の説明。

--force-string

'set' または 'add' を使用する場合は、JSON に変換するのではなく、文字列リテラルを保持します。

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

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

--name --private-endpoint-connection-name -n

PrivateEndpointConnection 名。

--namespace-name

名前空間の名前。

--provisioning-state

プライベート エンドポイント接続のプロビジョニング状態。

承認された値: Canceled, Creating, Deleting, Failed, Succeeded, Updating
--remove

リストからプロパティまたは要素を削除します。 例: --remove property.list OR --remove propertyToRemove。

--resource-group -g

リソース グループの名前。 az configure --defaults group=<name> を使用して、既定のグループを構成できます。

--set

設定するプロパティ パスと値を指定して、オブジェクトを更新します。 例: --set property1.property2=。

--status

接続の状態。

承認された値: Approved, Disconnected, Pending, Rejected
--subscription

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

グローバル パラメーター
--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 servicebus namespace private-endpoint-connection wait

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

az servicebus namespace private-endpoint-connection wait [--created]
                                                         [--custom]
                                                         [--deleted]
                                                         [--exists]
                                                         [--ids]
                                                         [--interval]
                                                         [--name]
                                                         [--namespace-name]
                                                         [--resource-group]
                                                         [--subscription]
                                                         [--timeout]
                                                         [--updated]

省略可能のパラメーター

--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
--name --private-endpoint-connection-name -n

PrivateEndpointConnection 名。

--namespace-name

名前空間の名前。

--resource-group -g

リソース グループの名前。 az configure --defaults group=<name> を使用して、既定のグループを構成できます。

--subscription

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

--timeout

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

既定値: 3600
--updated

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

既定値: False
グローバル パラメーター
--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 を使います。