共用方式為


az eventhubs namespace network-rule-set ip-rule

在 networkruleSet 中管理命名空間的 Azure eventhubs ip-rules。

命令

名稱 Description 類型 狀態
az eventhubs namespace network-rule-set ip-rule add

為命名空間的網路規則新增 IP-Rule。

核心 GA
az eventhubs namespace network-rule-set ip-rule remove

從命名空間的網路規則中移除 Ip-Rule。

核心 GA

az eventhubs namespace network-rule-set ip-rule add

為命名空間的網路規則新增 IP-Rule。

az eventhubs namespace network-rule-set ip-rule add --name
                                                    --resource-group
                                                    [--ip-rule]

範例

在命名空間的 NetworkruleSet 中新增 IP 規則

az eventhubs namespace network-rule-set ip-rule add --resource-group myresourcegroup --namespace-name mynamespace --ip-rule ip-address=10.0.0.0/24 action=Allow

必要參數

--name --namespace-name -n

命名空間的名稱。

--resource-group -g

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

選擇性參數

--ip-rule

列出 VirtualNetwork 規則。

全域參數
--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 network-rule-set ip-rule remove

從命名空間的網路規則中移除 Ip-Rule。

az eventhubs namespace network-rule-set ip-rule remove --name
                                                       --resource-group
                                                       [--ip-rule]

範例

從命名空間的 NetworkruleSet 移除 IP 規則

az eventhubs namespace network-rule-set ip-rule remove --resource-group myresourcegroup --namespace-name mynamespace --ip-rule ip-address=10.0.0.0/24

必要參數

--name --namespace-name -n

命名空間的名稱。

--resource-group -g

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

選擇性參數

--ip-rule

列出 VirtualNetwork 規則。

全域參數
--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。