共用方式為


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"

必要參數

--match-variable

比對條件的名稱: https://docs.microsoft.com/en-us/azure/cdn/cdn-standard-rules-engine-match-conditions

接受的值: ClientPort, Cookies, HostName, HttpVersion, IsDevice, PostArgs, QueryString, RemoteAddress, RequestBody, RequestHeader, RequestMethod, RequestScheme, RequestUri, ServerPort, SocketAddr, SslProtocol, UrlFileExtension, UrlFileName, UrlPath
--operator

比對條件的運算子。

--rule-name

規則的名稱。

選擇性參數

--ids

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

--match-values

比對條件的值。 例如,空格分隔值 「GET」 「HTTP」。

--name -n

CDN 端點的名稱。

--negate-condition

如果為 true,則否定條件。

接受的值: false, true
--profile-name

資源群組內唯一的 CDN 設定檔名稱。

--resource-group -g

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

--selector

比對條件的選取器。

--subscription

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

--transform

在比對之前要套用的轉換。

接受的值: Lowercase, Uppercase
全域參數
--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 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

必要參數

--index

條件/動作的索引。

--rule-name

規則的名稱。

選擇性參數

--ids

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

--name -n

CDN 端點的名稱。

--profile-name

資源群組內唯一的 CDN 設定檔名稱。

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

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

--name -n

CDN 端點的名稱。

--profile-name

資源群組內唯一的 CDN 設定檔名稱。

--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 來取得完整偵錯記錄。