Remove-SCAzureProfile
從 Virtual Machine Manager (VMM) 連結庫移除 Azure 設定檔。
[!注意] Azure 配置檔和 Azure 訂用帳戶已從 System Center Virtual Machine Manager 2025 停止。
語法
Remove-SCAzureProfile
[-VMMServer <ServerConnection>]
[-AzureProfile] <AzureProfile>
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[-WhatIf]
[-Confirm]
[-OnBehalfOfUser <String>]
[-OnBehalfOfUserRole <UserRole>]
[<CommonParameters>]
Description
Remove-SCAzureProfile Cmdlet 會從 Virtual Machine Manager (VMM) 連結庫移除 azure 配置文件物件。 這個 Cmdlet 會在成功時傳回物件(屬性 MarkedForDeletion 設為 TRUE),或在失敗時傳回錯誤訊息。
範例
範例 1
PS C:\> $VMUpdateAzProfile = Get-SCAzureProfile -Name "VMUpdateAzProfile"
PS C:\> Remove-SCAzureProfile -AzureProfile $VMUpdateAzProfile -VMMServer VMMServer.contoso.com
從連結庫移除特定的 Azure 設定檔。
範例 2
PS C:\> Get-SCAzureProfile | Remove-SCAzureProfile
從連結庫移除所有 Azure 設定檔。
參數
-AzureProfile
指定 azure 設定檔物件。 若要取得 azure 設定檔物件,請使用 Get-SCAzureProfile Cmdlet。
類型: | AzureProfile |
Position: | 0 |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-Confirm
在執行 Cmdlet 之前,提示您進行確認。
類型: | SwitchParameter |
別名: | cf |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-JobVariable
指定作業進度會追蹤並儲存在此參數所命名的變數中。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-OnBehalfOfUser
指定用戶名稱。 這個 Cmdlet 代表此參數指定的用戶運作。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-OnBehalfOfUserRole
指定使用者角色。 若要取得使用者角色,請使用 Get-SCUserRole Cmdlet。 這個 Cmdlet 代表此參數指定的使用者角色運作。
類型: | UserRole |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-PROTipID
指定觸發此帳戶之效能和資源優化提示 (PRO 提示) 的識別碼。 此參數可讓您稽核 PRO 秘訣。
類型: | Guid |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-RunAsynchronously
表示作業會以異步方式執行,讓控件立即返回命令殼層。
類型: | SwitchParameter |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-VMMServer
指定 VMM 伺服器物件。
類型: | ServerConnection |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | True |
接受萬用字元: | False |
-WhatIf
顯示 Cmdlet 執行時會發生什麼事。 Cmdlet 未執行。
類型: | SwitchParameter |
別名: | wi |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
備註
此 Cmdlet 會傳回 AzureProfile 物件。