共用方式為


az eventhubs namespace private-endpoint-connection

管理 eventhubs 命名空間私人端點連線。

命令

名稱 Description 類型 狀態
az eventhubs namespace private-endpoint-connection approve

核准 eventhubs nameapce 的私人端點連線要求。

核心 GA
az eventhubs namespace private-endpoint-connection create

建立服務命名空間的 PrivateEndpoint 連線 ion。

核心 GA
az eventhubs namespace private-endpoint-connection delete

刪除 eventhubs 命名空間的私人端點連線要求。

核心 GA
az eventhubs namespace private-endpoint-connection list

列出命名空間內可用的 PrivateEndpoint 連線 ion。

核心 GA
az eventhubs namespace private-endpoint-connection reject

拒絕 eventhubs 命名空間的私人端點連線要求。

核心 GA
az eventhubs namespace private-endpoint-connection show

取得指定私人端點 連線 名稱的描述。

核心 GA
az eventhubs namespace private-endpoint-connection update

更新服務命名空間的 PrivateEndpoint 連線 ion。

核心 GA
az eventhubs namespace private-endpoint-connection wait

將 CLI 置於等候狀態,直到符合條件為止。

核心 GA

az eventhubs namespace private-endpoint-connection approve

核准 eventhubs nameapce 的私人端點連線要求。

az eventhubs namespace private-endpoint-connection approve [--description]
                                                           [--id]
                                                           [--name]
                                                           [--namespace-name]
                                                           [--resource-group]

範例

依標識碼核准 eventhubs 命名空間的私人端點連線要求。

az eventhubs namespace private-endpoint-connection approve --id "/subscriptions/0000-0000-0000-0000/resourceGroups/MyResourceGroup/providers/Microsoft.Eventhub/namesapces/mynamepsace/privateEndpointConnections/mynamespace.b56b5a95-0588-4f8b-b348-15db61590a6c"

依標識碼核准 eventhubs 命名空間的私人端點連線要求。

id = (az eventhubs namespace show -n mynamespace --query "privateEndpointConnections[0].id")
az eventhubs namespace private-endpoint-connection approve --id $id

使用命名空間名稱和連線名稱核准 eventhubs 命名空間的私人端點連線要求。

az eventhubs namespace private-endpoint-connection approve -g myRg --namespace-name mynamespace --name myconnection

使用命名空間名稱和連線名稱核准 eventhubs 命名空間的私人端點連線要求。

name = (az eventhubs namespace show -n mynamespace --query "privateEndpointConnections[0].name")
az eventhubs namespace private-endpoint-connection approve -g myRg --namespace-name mynamespace --name $name

選擇性參數

--description

核准作業的批注。

--id

與 EventHubs 命名空間相關聯的私人端點聯機標識碼。 您可以使用 來取得它 az eventhubs namespace show

--name -n

與 EventHubs 命名空間相關聯的私人端點連線名稱。

--namespace-name

eventhubs nameapce 名稱。

--resource-group -g

指定 eventhubs 命名空間的資源組名。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或標識碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az eventhubs namespace private-endpoint-connection create

建立服務命名空間的 PrivateEndpoint 連線 ion。

az eventhubs 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

PrivateEndpoint 連線 ion 名稱。

--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

訂用帳戶的名稱或標識碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az eventhubs namespace private-endpoint-connection delete

刪除 eventhubs 命名空間的私人端點連線要求。

az eventhubs namespace private-endpoint-connection delete [--description]
                                                          [--id]
                                                          [--name]
                                                          [--namespace-name]
                                                          [--resource-group]
                                                          [--yes]

範例

依標識碼刪除 eventhubs 命名空間的私人端點連線要求。

az eventhubs namespace private-endpoint-connection delete --id "/subscriptions/0000-0000-0000-0000/resourceGroups/MyResourceGroup/providers/Microsoft.EventHub/namespaces/mynamespace/privateEndpointConnections/mynamespace.b56b5a95-0588-4f8b-b348-15db61590a6c"

依標識碼刪除 eventhubs 命名空間的私人端點連線要求。

id = (az eventhubs namespace show -n mynamespace --query "privateEndpointConnections[0].id")
az eventhubs namespace private-endpoint-connection delete --id $id

使用帳戶名稱和連線名稱刪除 eventhubs 命名空間的私人端點連線要求。

az eventhubs namespace private-endpoint-connection delete -g myRg --namespace-name mynamespace --name myconnection

使用命名空間名稱和連線名稱刪除 eventhubs 命名空間的私人端點連線要求。

name = (az eventhubs namespace show -n mynamespace --query "privateEndpointConnections[0].name")
az eventhubs namespace private-endpoint-connection delete -g myRg --namespace-name mynamespace --name $name

選擇性參數

--description

刪除作業的批註。

--id

與 EventHubs 命名空間相關聯的私人端點聯機標識碼。 您可以使用 來取得它 az eventhubs namespace show

--name -n

與 EventHubs 命名空間相關聯的私人端點連線名稱。

--namespace-name

eventhubs nameapce 名稱。

--resource-group -g

指定 eventhubs 命名空間的資源組名。

--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

訂用帳戶的名稱或標識碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az eventhubs namespace private-endpoint-connection list

列出命名空間內可用的 PrivateEndpoint 連線 ion。

az eventhubs namespace private-endpoint-connection list --namespace-name
                                                        --resource-group
                                                        [--max-items]
                                                        [--next-token]

必要參數

--namespace-name

命名空間名稱。

--resource-group -g

資源組名。 您可以使用 來設定預設群組 az configure --defaults group=<name>

選擇性參數

--max-items

命令輸出中要傳回的項目總數。 如果可用的專案總數超過指定的值,則會在命令的輸出中提供令牌。 若要繼續分頁,請在後續命令的自變數中 --next-token 提供令牌值。

--next-token

標記,指定要開始分頁的位置。 這是先前截斷回應中的令牌值。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或標識碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az eventhubs namespace private-endpoint-connection reject

拒絕 eventhubs 命名空間的私人端點連線要求。

az eventhubs namespace private-endpoint-connection reject [--description]
                                                          [--id]
                                                          [--name]
                                                          [--namespace-name]
                                                          [--resource-group]

範例

依標識符拒絕 eventhubs 命名空間的私人端點連線要求。

az eventhubs namespace private-endpoint-connection reject --id "/subscriptions/0000-0000-0000-0000/resourceGroups/MyResourceGroup/providers/Microsoft.EventHub/namespaces/mynamespace/privateEndpointConnections/mynamespace.b56b5a95-0588-4f8b-b348-15db61590a6c"

依標識符拒絕 eventhubs 命名空間的私人端點連線要求。

id = (az eventhubs namespace show -n mynamespace --query "privateEndpointConnections[0].id")
az eventhubs namespace private-endpoint-connection reject --id $id

使用命名空間名稱和連線名稱拒絕 eventhubs 命名空間的私人端點連線要求。

az eventhubs namespace private-endpoint-connection reject -g myRg --namespace-name mynamespace --name myconnection

使用命名空間名稱和連線名稱拒絕 eventhubs 命名空間的私人端點連線要求。

name = (az eventhubs namespace show -n mynamespace --query "privateEndpointConnections[0].name")
az eventhubs namespace private-endpoint-connection reject -g myRg --namespace-name mynamespace --name $name

選擇性參數

--description

拒絕作業的批注。

--id

與 EventHubs 命名空間相關聯的私人端點聯機標識碼。 您可以使用 來取得它 az eventhubs namespace show

--name -n

與 EventHubs 命名空間相關聯的私人端點連線名稱。

--namespace-name

eventhubs nameapce 名稱。

--resource-group -g

指定 eventhubs 命名空間的資源組名。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或標識碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az eventhubs namespace private-endpoint-connection show

取得指定私人端點 連線 名稱的描述。

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

選擇性參數

--id

與 EventHubs 命名空間相關聯的私人端點聯機標識碼。 您可以使用 來取得它 az eventhubs namespace show

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源標識碼」自變數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」自變數。

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

PrivateEndpoint 連線 ion 名稱。

--namespace-name

命名空間名稱。

--resource-group -g

資源組名。 您可以使用 來設定預設群組 az configure --defaults group=<name>

--subscription

訂用帳戶的名稱或標識碼。 您可以使用 來設定預設訂用 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

訂用帳戶的名稱或標識碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az eventhubs namespace private-endpoint-connection update

更新服務命名空間的 PrivateEndpoint 連線 ion。

az eventhubs 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

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源標識碼」自變數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」自變數。

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

PrivateEndpoint 連線 ion 名稱。

--namespace-name

命名空間名稱。

--provisioning-state

私人端點 連線 的布建狀態。

接受的值: Canceled, Creating, Deleting, Failed, Succeeded, Updating
--remove

從清單中移除屬性或專案。 範例:--remove property.list OR --remove 屬性ToRemove。

--resource-group -g

資源組名。 您可以使用 來設定預設群組 az configure --defaults group=<name>

--set

指定要設定的屬性路徑和值,以更新物件。 範例:--set property1.property2=。

--status

線上的狀態。

接受的值: Approved, Disconnected, Pending, Rejected
--subscription

訂用帳戶的名稱或標識碼。 您可以使用 來設定預設訂用 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

訂用帳戶的名稱或標識碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az eventhubs namespace private-endpoint-connection wait

將 CLI 置於等候狀態,直到符合條件為止。

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

選擇性參數

--created

請等候在 'Succeeded' 使用 'provisioningState' 建立。

預設值: False
--custom

等到條件符合自定義 JMESPath 查詢為止。 例如 provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running']。

--deleted

等到刪除為止。

預設值: False
--exists

等候資源存在。

預設值: False
--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源標識碼」自變數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」自變數。

--interval

輪詢間隔以秒為單位。

預設值: 30
--name --private-endpoint-connection-name -n

PrivateEndpoint 連線 ion 名稱。

--namespace-name

命名空間名稱。

--resource-group -g

資源組名。 您可以使用 來設定預設群組 az configure --defaults group=<name>

--subscription

訂用帳戶的名稱或標識碼。 您可以使用 來設定預設訂用 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

訂用帳戶的名稱或標識碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。