Remove-AzTag
刪除預先定義的 Azure 標籤或值 |刪除資源或訂用帳戶上的整個標記集。
語法
Remove-AzTag
[-Name] <String>
[[-Value] <String[]>]
[-PassThru]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Remove-AzTag
[-PassThru]
-ResourceId <String>
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
RemovePredefinedTagSet:Remove-AzTag Cmdlet 會從您的訂用帳戶中刪除預先定義的 Azure 卷標和值。
若要從預先定義的標記中刪除特定值,請使用 Value 參數。
根據預設,Remove-AzTag 會刪除指定的標記及其所有值。您無法刪除目前套用至資源或資源群組的標記或值。
使用 remove-AzTag
RemoveByResourceIdParameterSet:Remove-AzTag Cmdlet ResourceId 會刪除資源或訂用帳戶上的整個標記集。
範例
範例 1:刪除預先定義的標記
Remove-AzTag -Name "Department"
此命令會刪除名為 Department 及其所有值的預先定義標籤。 如果標記已套用至任何資源或資源群組,命令就會失敗。
範例 2:從預先定義的標記中刪除值
Remove-AzTag -Name "Department" -Value "HumanResources" -PassThru
Name: Department
Count: 14
Values:
Name Count
========= =====
Finance 2
IT 12
此命令會從預先定義的 Department 標籤中刪除 HumanResources 值。 它不會刪除標記。 如果值已套用至任何資源或資源群組,命令就會失敗。
範例 3:刪除訂用帳戶上的整個標記集
Remove-AzTag -ResourceId /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
此命令會使用 {subId} 刪除訂用帳戶上的整個標記集。 如果未傳入 「-PassThru」,則不會傳回已刪除的物件。
範例 4:刪除資源上的整個標記集
Remove-AzTag -ResourceId /subscriptions/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/resourcegroups/testrg/providers/Microsoft.Sql/servers/Server1 -PassThru
Id : {Id}
Name : {Name}
Type : {Type}
Properties :
Name Value
======= =========
Dept Finance
Status Normal
此命令會使用 {resourceId} 刪除資源上的整個標記集。 傳入 “-PassThru” 時,它會傳回已刪除的 oject。
參數
-Confirm
在執行 Cmdlet 之前,提示您進行確認。
類型: | SwitchParameter |
別名: | cf |
Position: | Named |
預設值: | False |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DefaultProfile
用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
指定要移除之預先定義的標記名稱。 根據預設,Remove-AzTag 會移除指定的標記及其所有值。 若要刪除選取的值,但不要刪除標記,請使用 Value 參數。
類型: | String |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-PassThru
傳回 物件,表示已刪除的標記或結果標記,並已刪除值。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-ResourceId
標記實體的資源標識碼。 可能會標記資源、資源群組或訂用帳戶。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-Value
從預先定義的標記中刪除指定的值,但不會刪除標記。
類型: | String[] |
Position: | 1 |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-WhatIf
顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。
類型: | SwitchParameter |
別名: | wi |
Position: | Named |
預設值: | False |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
String[]
輸出
Microsoft.Azure.Commands.ResourceManager.Common.Tags.PSTag | Microsoft.Azure.Commands.Tags.Model.PSTagResource