你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Set-AzBatchApplication
更新指定应用程序的设置。
语法
Set-AzBatchApplication
[-AccountName] <String>
[-ResourceGroupName] <String>
[-ApplicationName] <String>
[[-DisplayName] <String>]
[[-DefaultVersion] <String>]
[[-AllowUpdates] <Boolean>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
Set-AzBatchApplication cmdlet 修改指定 Azure Batch 应用程序的设置。
示例
示例 1:更新 Batch 帐户中的应用程序
Set-AzBatchApplication -AccountName "ContosoBatch" -ResourceGroupName "ContosoBatchGroup" -ApplicationName "Litware" -AllowUpdates $False
此命令更改 ContosoBatch 帐户中的 Litware 应用程序是否允许更新。 此命令不会更改应用程序的默认版本或显示名称。
示例 2
更新指定应用程序的设置。 (自动生成)
Set-AzBatchApplication -AccountName 'ContosoBatch' -ApplicationName 'Litware' -DefaultVersion <String> -ResourceGroupName 'ContosoBatchGroup'
参数
-AccountName
指定此 cmdlet 修改应用程序的 Batch 帐户的名称。
类型: | String |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-AllowUpdates
指定是否可以使用相同的版本字符串覆盖应用程序中的包。
类型: | Nullable<T>[Boolean] |
Position: | 5 |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-ApplicationName
指定应用程序的名称。
类型: | String |
别名: | ApplicationId |
Position: | 2 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-DefaultVersion
指定客户端请求应用程序但不指定版本时要使用的包。
类型: | String |
Position: | 4 |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-DisplayName
指定应用程序的显示名称。
类型: | String |
Position: | 3 |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-ResourceGroupName
指定包含 Batch 帐户的资源组的名称。
类型: | String |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
输入
Nullable<T>[[System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]]