az spring gateway route-config
注意
此參考是 Azure CLI 的 Spring 延伸模組的一部分(2.56.0 版或更高版本)。 擴充功能會在您第一次執行 az spring gateway route-config 命令時自動安裝。 深入了解擴充功能。
在 Azure Spring Apps 中管理閘道路由設定的命令。
命令
名稱 | Description | 類型 | 狀態 |
---|---|---|---|
az spring gateway route-config create |
使用 Json 陣組格式的路由規則建立閘道路由設定。 |
副檔名 | GA |
az spring gateway route-config list |
列出所有現有的閘道路由設定。 |
副檔名 | GA |
az spring gateway route-config remove |
刪除現有的閘道路由設定。 |
副檔名 | GA |
az spring gateway route-config show |
取得現有的閘道路由設定。 |
副檔名 | GA |
az spring gateway route-config update |
使用 Json 陣組格式的路由規則更新現有的閘道路由設定。 |
副檔名 | GA |
az spring gateway route-config create
使用 Json 陣組格式的路由規則建立閘道路由設定。
az spring gateway route-config create --name
--resource-group
--service
[--app-name]
[--routes-file]
[--routes-json]
範例
在 Azure Spring Apps 中建立以應用程式為目標的閘道路由設定。
az spring gateway route-config create -s MyService -g MyResourceGroup --name MyName --app-name MyApp --routes-file MyJson.json
必要參數
路由設定的名稱。
資源群組的名稱。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
Azure Spring Apps 實例的名稱,您可以使用 az configure --defaults spring=來設定預設服務。
選擇性參數
要設定路由的 Azure Spring Apps 應用程式名稱。
API 路由 JSON 陣列的檔案路徑。
API 路由的 JSON 陣列。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az spring gateway route-config list
列出所有現有的閘道路由設定。
az spring gateway route-config list --resource-group
--service
範例
列出所有現有的閘道路由設定。
az spring gateway route-config list -s MyService -g MyResourceGroup
必要參數
資源群組的名稱。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
Azure Spring Apps 實例的名稱,您可以使用 az configure --defaults spring=來設定預設服務。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az spring gateway route-config remove
刪除現有的閘道路由設定。
az spring gateway route-config remove --name
--resource-group
--service
範例
刪除現有的閘道路由設定。
az spring gateway route-config remove -s MyService -g MyResourceGroup --name MyName
必要參數
路由設定的名稱。
資源群組的名稱。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
Azure Spring Apps 實例的名稱,您可以使用 az configure --defaults spring=來設定預設服務。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az spring gateway route-config show
取得現有的閘道路由設定。
az spring gateway route-config show --name
--resource-group
--service
範例
取得現有的閘道路由設定。
az spring gateway route-config show -s MyService -g MyResourceGroup --name MyName
必要參數
路由設定的名稱。
資源群組的名稱。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
Azure Spring Apps 實例的名稱,您可以使用 az configure --defaults spring=來設定預設服務。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az spring gateway route-config update
使用 Json 陣組格式的路由規則更新現有的閘道路由設定。
az spring gateway route-config update --name
--resource-group
--service
[--app-name]
[--routes-file]
[--routes-json]
範例
更新以 Azure Spring Apps 中應用程式為目標的現有閘道路由設定。
az spring gateway route-config update -s MyService -g MyResourceGroup --name MyName --app-name MyApp --routes-file MyJson.json
必要參數
路由設定的名稱。
資源群組的名稱。 您可以使用 az configure --defaults group=<name>
來設定預設群組。
Azure Spring Apps 實例的名稱,您可以使用 az configure --defaults spring=來設定預設服務。
選擇性參數
要設定路由的 Azure Spring Apps 應用程式名稱。
API 路由 JSON 陣列的檔案路徑。
API 路由的 JSON 陣列。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。