Remove-AzBatchApplication
从 Batch 帐户中删除应用程序。
语法
Remove-AzBatchApplication
[-AccountName] <String>
[-ResourceGroupName] <String>
[-ApplicationName] <String>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
Remove-AzBatchApplication cmdlet 从 Azure Batch 帐户中删除应用程序。
示例
示例 1:从 Batch 帐户中删除应用程序
Remove-AzBatchApplication -AccountName "ContosoBatch" -ResourceGroupName "ContosoBatchGroup" -ApplicationName "Litware"
此命令从 ContosoBatch 帐户中删除 Litware 应用程序。 如果应用程序包含任何包,该命令将失败。
参数
-AccountName
指定此 cmdlet 从中删除应用程序的 Batch 帐户的名称。
类型: | String |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ApplicationName
指定应用程序的名称。
类型: | String |
别名: | ApplicationId |
Position: | 2 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ResourceGroupName
指定包含 Batch 帐户的资源组的名称。
类型: | String |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |