你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Remove-AzureADMSApplication
删除应用程序对象。
语法
Remove-AzureADMSApplication
-ObjectId <String>
[<CommonParameters>]
说明
删除由 objectId 标识的应用程序对象。
示例
示例 1:删除应用程序
PS C:\>Remove-AzureADMSApplication -ObjectId "acd10942-5747-4385-8824-4c5d5fa904f9"
此命令将删除指定的应用程序。
参数
-ObjectId
特定于对象的 Azure Active Directory 对象的唯一标识符
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
输入
string