Remove-SCAzureProfile
从 Virtual Machine Manager (VMM) 库中删除 Azure 配置文件。
语法
Remove-SCAzureProfile
[-VMMServer <ServerConnection>]
[-AzureProfile] <AzureProfile>
[-RunAsynchronously]
[-PROTipID <Guid>]
[-JobVariable <String>]
[-WhatIf]
[-Confirm]
[-OnBehalfOfUser <String>]
[-OnBehalfOfUserRole <UserRole>]
[<CommonParameters>]
说明
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 提示)的 ID。 此参数允许你审核 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 对象。