Set-AzPublicIpPrefix
設定現有 PublicIpPrefix 的標記
語法
Set-AzPublicIpPrefix
-PublicIpPrefix <PSPublicIpPrefix>
[-AsJob]
[-DefaultProfile <IAzureContextContainer>]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Description
Set-AzPublicIpPrefix Cmdlet 會設定公用 IP 前置詞的標籤。
範例
設定公用IP前置詞的標籤
$publicIpPrefix = Get-AzPublicIpPrefix -Name $prefixName -ResourceGroupName $rgName
$publicIpPrefix.Tags = "TestTag"
Set-AzPublicIpPrefix -PublicIpPrefix $publicIpPrefix
第一個命令會取得現有的公用IP前置詞,第二個命令會設定Tags屬性,而第三個命令會更新現有的物件。
參數
-AsJob
在背景執行 Cmdlet
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Confirm
執行 Cmdlet 之前先提示您確認。
類型: | SwitchParameter |
別名: | cf |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-PublicIpPrefix
The PublicIpPrefix
類型: | PSPublicIpPrefix |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-WhatIf
顯示執行 Cmdlet 後會發生的情況。 未執行 Cmdlet。
類型: | SwitchParameter |
別名: | wi |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |