共用方式為


Remove-AzPrivateDnsZone

從資源群組移除私人 DNS 區域。

語法

Remove-AzPrivateDnsZone
      -ResourceGroupName <String>
      -Name <String>
      [-PassThru]
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Remove-AzPrivateDnsZone
      -PrivateZone <PSPrivateDnsZone>
      [-Overwrite]
      [-PassThru]
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Remove-AzPrivateDnsZone
      -ResourceId <String>
      [-PassThru]
      [-DefaultProfile <IAzureContextContainer>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

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

範例

範例 1:移除私人區域

Remove-AzPrivateDnsZone -Name "myzone.com" -ResourceGroupName "MyResourceGroup"

此命令會從名為 MyResourceGroup 的資源群組中移除名為 myzone.com 的區域。

參數

-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 中變更,則不會刪除該區域,因為擷取本機 PrivateDnsZone 物件(只有直接在 DNS 區域資源計數為變更的作業,區域內記錄集上的作業則不會刪除)。 這會為並行區域變更提供保護。 這可以使用 Overwrite 參數來隱藏,不論並行變更為何,都會刪除區域。

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

-PassThru

用於傳遞作業的結果(布爾值)會進一步刪除管線下的私人區域。

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

-PrivateZone

要刪除的私人區域物件。

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

-ResourceGroupName

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

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

-ResourceId

私用 DNS 區域 ResourceID。

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

-WhatIf

顯示執行 Cmdlet 後會發生的情況。 未執行 Cmdlet。

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

輸入

PSPrivateDnsZone

String

輸出

Boolean