共用方式為


Remove-AzBatchApplicationPackage

刪除應用程式封裝記錄和二進位檔。

語法

Remove-AzBatchApplicationPackage
      [-AccountName] <String>
      [-ResourceGroupName] <String>
      [-ApplicationName] <String>
      [-ApplicationVersion] <String>
      [-DefaultProfile <IAzureContextContainer>]
      [<CommonParameters>]

Description

Remove-AzBatchApplicationPackage Cmdlet 會從 Azure Batch 帳戶刪除應用程式套件記錄和二進位檔。

範例

範例 1:從 Batch 帳戶刪除應用程式套件

Remove-AzBatchApplicationPackage -AccountName "ContosoBatch" -ResourceGroupName "ContosoBatchGroup" -ApplicationName "litware" -ApplicationVersion "1.0"

此命令會從 ContosoBatchGroup 帳戶刪除 Litware 應用程式的 1.0 版。 命令會同時刪除封裝記錄和包含封裝二進位檔的 Blob。

參數

-AccountName

指定此 Cmdlet 刪除應用程式封裝的 Batch 帳戶名稱。

類型:String
Position:0
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-ApplicationName

指定應用程式的名稱。

類型:String
別名:ApplicationId
Position:2
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-ApplicationVersion

指定應用程式的版本。

類型:String
Position:3
預設值: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

輸入

String

輸出

Void