Remove-AzBatchApplication

Löscht eine Anwendung aus einem Batchkonto.

Syntax

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

Beschreibung

Das Cmdlet Remove-AzBatchApplication löscht eine Anwendung aus einem Azure Batch-Konto.

Beispiele

Beispiel 1: Löschen einer Anwendung aus einem Batchkonto

Remove-AzBatchApplication -AccountName "ContosoBatch" -ResourceGroupName "ContosoBatchGroup" -ApplicationName "Litware"

Mit diesem Befehl wird die Litware-Anwendung aus dem ContosoBatch-Konto gelöscht. Der Befehl schlägt fehl, wenn die Anwendung Pakete enthält.

Parameter

-AccountName

Gibt den Namen des Batchkontos an, aus dem dieses Cmdlet eine Anwendung entfernt.

Type:String
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-ApplicationName

Gibt den Namen der Anwendung an.

Type:String
Aliases:ApplicationId
Position:2
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-DefaultProfile

Die Anmeldeinformationen, Konten, Mandanten und Abonnements, die für die Kommunikation mit Azure verwendet werden.

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ResourceGroupName

Gibt den Namen der Ressourcengruppe an, die das Batchkonto enthält.

Type:String
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

Eingaben

String

Ausgaben

Void