你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzBatchApplicationPackage
获取有关 Batch 帐户中的应用程序包的信息。
语法
Get-AzBatchApplicationPackage
[-AccountName] <String>
[-ResourceGroupName] <String>
[-ApplicationName] <String>
[[-ApplicationVersion] <String>]
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
Get-AzBatchApplicationPackage cmdlet 获取有关 Azure Batch 帐户中的应用程序包的信息。
示例
示例 1:获取 Batch 帐户中应用程序包的详细信息
Get-AzBatchApplicationPackage -AccountName "ContosoBatch" -ResourceGroupName "ContosoBatchGroup" -ApplicationName "Litware" -ApplicationVersion "1.0"
Format : zip
State : Active
Version : 1.0
LastActivationTime : 13/05/2016 4:03:24 AM
StorageUrl : https://contosobatch.blob.core.windows.net/app-test
StorageUrlExpiry : 13/05/2016 8:04:44 AM
Id : litware
此命令获取 Litware 包版本 1.0 的详细信息。
参数
-AccountName
指定此 cmdlet 从中获取信息的 Batch 帐户的名称。
类型: | String |
Position: | 0 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ApplicationName
指定应用程序的名称。
类型: | String |
别名: | ApplicationId |
Position: | 2 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
-ApplicationVersion
指定应用程序的版本。
类型: | String |
Position: | 3 |
默认值: | None |
必需: | False |
接受管道输入: | True |
接受通配符: | False |
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-ResourceGroupName
指定包含 Batch 帐户的资源组的名称。
类型: | String |
Position: | 1 |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |