Remove-AzFrontDoor
拿掉 Front Door 負載平衡器
語法
Remove-AzFrontDoor
-ResourceGroupName <String>
-Name <String>
[-PassThru]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Remove-AzFrontDoor
-InputObject <PSFrontDoor>
[-PassThru]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Remove-AzFrontDoor
-ResourceId <String>
[-PassThru]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Remove-AzFrontDoor Cmdlet 會移除目前訂用帳戶下的 Front Door 負載平衡器
範例
範例 1:移除目前訂用帳戶下資源群組 “rg1” 中的 “frontdoor1”。
Remove-AzFrontDoor -Name "frontdoor1" -ResourceGroupName "rg1"
拿掉目前訂用帳戶下資源群組 「rg1」 中的 「frontdoor1」。。
範例 2:移除目前訂用帳戶下資源群組 “rg1” 中的所有 FrontDoors。
Get-AzFrontDoor -ResourceGroupName "rg1" | Remove-AzFrontDoor
拿掉目前訂用帳戶下資源群組 「rg1」 中的所有 FrontDoors。
範例 3:移除目前訂用帳戶下的所有 FrontDoors。
Get-AzFrontDoor | Remove-AzFrontDoor
拿掉目前訂用帳戶下的所有 FrontDoors。
範例 4:移除目前訂用帳戶下名稱為 “frontdoor1” 的所有 FrontDoors。
Remove-AzFrontDoor -Name "frontdoor1" | Remove-AzFrontDoor
拿掉目前訂用帳戶下名稱為 「frontdoor1」 的所有 FrontDoors。
參數
-Confirm
執行 Cmdlet 之前先提示您確認。
類型: | SwitchParameter |
別名: | cf |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-InputObject
要刪除的 Front Door 物件。
類型: | PSFrontDoor |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-Name
要刪除的 Front Door 名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-PassThru
傳回 物件 (如果指定的話)。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceGroupName
Front Door 所屬的資源群組。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceId
要刪除之 Front Door 的資源識別碼
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-WhatIf
顯示執行 Cmdlet 後會發生的情況。 未執行 Cmdlet。
類型: | SwitchParameter |
別名: | wi |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |