共用方式為


Set-AzPrivateDnsZone

從資源群組更新私人 DNS 區域。

語法

Set-AzPrivateDnsZone
   -ResourceGroupName <String>
   -Name <String>
   [-Tag <Hashtable>]
   [-DefaultProfile <IAzureContextContainer>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
Set-AzPrivateDnsZone
   -ResourceId <String>
   [-Tag <Hashtable>]
   [-DefaultProfile <IAzureContextContainer>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
Set-AzPrivateDnsZone
   -PrivateZone <PSPrivateDnsZone>
   [-Tag <Hashtable>]
   [-Overwrite]
   [-DefaultProfile <IAzureContextContainer>]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

Set-AzPrivateDnsZone Cmdlet 會從指定的資源群組永久更新私人域名系統 (DNS) 區域。 您可以使用 PrivateZone 參數或使用管線運算符傳遞 PrivateDnsZone 物件,或者您也可以指定 NameResourceGroupName 參數。 您可以使用 Confirm 參數和 $ConfirmPreference Windows PowerShell 變數來控制 Cmdlet 是否提示您進行確認。 使用 PrivateDnsZone 物件指定區域時(透過管線或 Zone 參數傳遞),如果區域在 Azure DNS 中已變更,則區域不會更新,因為本機 PrivateDnsZone 物件已擷取 (只有在 DNS 區域資源上直接進行的作業會計算為變更、區域內記錄集上的作業不會更新)。 這會為並行區域變更提供保護。 這可以使用 Overwrite 參數來隱藏,不論並行變更為何,都會更新區域。

範例

範例 1:更新私人區域

Set-AzPrivateDnsZone -Name "myzone.com" -ResourceGroupName "MyResourceGroup" -Tag @{tag1="value1";tag2="value2"}

Name                          : myzone.com
ResourceId                    : "/subscriptions/xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourceGroups/MyResourceGroup/PrivateZones/myzone.com"
ResourceGroupName             : MyResourceGroup
Location					  : 
Etag                          : xxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
Tags                          : {tag1="value1";tag2="value2"}
NumberOfRecordSets            : 1
MaxNumberOfRecordSets         : 5000

此命令會使用提供的標記,從名為 MyResourceGroup 的資源群組更新名為 myzone.com 的區域。 使用 Get-AzPrivateDnsZone 來擷取更新的區域。

參數

-Confirm

在執行 Cmdlet 之前,提示您進行確認。

類型:SwitchParameter
別名:cf
Position:Named
預設值:False
必要:False
接受管線輸入:False
接受萬用字元:False

-DefaultProfile

用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶

類型:IAzureContextContainer
別名:AzContext, AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Name

指定此 Cmdlet 更新的私人 DNS 區域名稱。 您也必須指定 ResourceGroupName 參數。 或者,您可以使用 Zone 參數來指定私人 DNS 區域。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Overwrite

使用 PrivateDnsZone 物件指定區域時(透過管線或 Zone 參數傳遞),如果區域在 Azure DNS 中已變更,則區域不會更新,因為本機 DnsZone 物件已擷取(只有 DNS 區域資源計數為變更的直接作業,區域內的記錄集作業則不會更新)。 這會為並行區域變更提供保護。 這可以使用 Overwrite 參數來隱藏,不論並行變更為何,都會更新區域。

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-PrivateZone

要設定的區域物件。

類型:PSPrivateDnsZone
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-ResourceGroupName

指定要更新之區域的資源群組名稱。 您也必須指定 ZoneName 參數。 或者,您可以使用透過管線或 Zone 參數傳遞的 DnsZone 物件來指定私人 DNS 區域。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-ResourceId

私人 DNS 區域 ResourceID。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-Tag

代表資源標記的哈希表。

類型:Hashtable
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-WhatIf

顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。

類型:SwitchParameter
別名:wi
Position:Named
預設值:False
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

String

PSPrivateDnsZone

輸出

PSPrivateDnsZone