az network dns record-set soa
管理 DNS SOA 記錄。
命令
名稱 | Description | 類型 | 狀態 |
---|---|---|---|
az network dns record-set soa show |
取得 SOA 記錄集。 |
核心 | GA |
az network dns record-set soa update |
更新 SOA 記錄的屬性。 |
核心 | GA |
az network dns record-set soa show
取得 SOA 記錄集。
az network dns record-set soa show [--ids]
[--resource-group]
[--subscription]
[--zone-name]
範例
取得 SOA 記錄集。
az network dns record-set soa show -g MyResourceGroup -z www.mysite.com -n MyRecordSet
選擇性參數
一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。
資源組名。 您可以使用 來設定預設群組 az configure --defaults group=<name>
。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
DNS 區域的名稱。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。
az network dns record-set soa update
更新 SOA 記錄的屬性。
az network dns record-set soa update --resource-group
--zone-name
[--email]
[--expire-time]
[--host]
[--if-none-match]
[--minimum-ttl]
[--refresh-time]
[--retry-time]
[--serial-number]
範例
更新 SOA 記錄的屬性。
az network dns record-set soa update -g MyResourceGroup -z www.mysite.com \
-e myhostmaster.mysite.com
更新 SOA 記錄的屬性。 (自動產生)
az network dns record-set soa update --email myhostmaster.mysite.com --only-show-errors --resource-group MyResourceGroup --subscription MySubscription --zone-name www.mysite.com
必要參數
資源組名。 您可以使用 來設定預設群組 az configure --defaults group=<name>
。
區域的名稱。
選擇性參數
電子郵件地址。
到期時間(秒)。
主機名稱。
只有在記錄集不存在時,才建立記錄集。
最小 TTL (存留時間,秒)。
重新整理值(秒)。
重試時間(秒)。
序號。
全域參數
增加記錄詳細資訊,以顯示所有偵錯記錄。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID
帳戶。
增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。