az cdn endpoint rule condition
命令群組 「cdn 端點規則」處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus
管理端點的傳遞規則條件。
命令
名稱 | Description | 類型 | 狀態 |
---|---|---|---|
az cdn endpoint rule condition add |
將條件新增至傳遞規則。 |
核心 | 預覽版 |
az cdn endpoint rule condition remove |
從傳遞規則中移除條件。 |
核心 | 預覽版 |
az cdn endpoint rule condition show |
顯示與端點相關聯的傳遞規則。 |
核心 | 預覽版 |
az cdn endpoint rule condition add
命令群組 「cdn 端點規則條件」處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus
將條件新增至傳遞規則。
az cdn endpoint rule condition add --match-variable {ClientPort, Cookies, HostName, HttpVersion, IsDevice, PostArgs, QueryString, RemoteAddress, RequestBody, RequestHeader, RequestMethod, RequestScheme, RequestUri, ServerPort, SocketAddr, SslProtocol, UrlFileExtension, UrlFileName, UrlPath}
--operator
--rule-name
[--ids]
[--match-values]
[--name]
[--negate-condition {false, true}]
[--profile-name]
[--resource-group]
[--selector]
[--subscription]
[--transform {Lowercase, Uppercase}]
範例
新增遠端位址條件。
az cdn endpoint rule condition add -g group -n endpoint --profile-name profile --rule-name name --match-variable RemoteAddress --operator GeoMatch --match-values "TH"
必要參數
比對條件的名稱: https://docs.microsoft.com/en-us/azure/cdn/cdn-standard-rules-engine-match-conditions 。
比對條件的運算子。
規則的名稱。
選擇性參數
一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。
比對條件的值。 例如,空格分隔值 「GET」 「HTTP」。
CDN 端點的名稱。
如果為 true,則否定條件。
資源群組內唯一的 CDN 設定檔名稱。
資源組名。 您可以使用 來設定預設群組 az configure --defaults group=<name>
。
比對條件的選取器。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
在比對之前要套用的轉換。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az cdn endpoint rule condition remove
命令群組 「cdn 端點規則條件」處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus
從傳遞規則中移除條件。
az cdn endpoint rule condition remove --index
--rule-name
[--ids]
[--name]
[--profile-name]
[--resource-group]
[--subscription]
範例
移除第一個條件。
az cdn endpoint rule condition remove -g group -n endpoint --profile-name profile --rule-name name --index 0
必要參數
條件/動作的索引。
規則的名稱。
選擇性參數
一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。
CDN 端點的名稱。
資源群組內唯一的 CDN 設定檔名稱。
資源組名。 您可以使用 來設定預設群組 az configure --defaults group=<name>
。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az cdn endpoint rule condition show
命令群組 「cdn 端點規則條件」處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus
顯示與端點相關聯的傳遞規則。
az cdn endpoint rule condition show [--ids]
[--name]
[--profile-name]
[--resource-group]
[--subscription]
範例
顯示與端點相關聯的傳遞規則。
az cdn endpoint rule condition show -g group -n endpoint --profile-name profile-name
選擇性參數
一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。
CDN 端點的名稱。
資源群組內唯一的 CDN 設定檔名稱。
資源組名。 您可以使用 來設定預設群組 az configure --defaults group=<name>
。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。