Delen via


Get-AzBatchApplication

Hiermee haalt u informatie op over de opgegeven toepassing.

Syntax

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

Description

De cmdlet Get-AzBatchApplication haalt informatie op over een toepassing in een Azure Batch-account.

Voorbeelden

Voorbeeld 1: De toepassingen weergeven in een Batch-account

Get-AzBatchApplication -AccountName "ContosoBatch" -ResourceGroupName "ContosoBatchGroup"

ApplicationName AllowUpdates DisplayName

------------- ------------ ----------------------------

litware       False        Litware Advanced Reticulator

Met deze opdracht worden alle toepassingen in het ContosoBatch-account weergegeven.

Parameters

-AccountName

Hiermee geeft u de naam op van het Batch-account dat de toepassing bevat.

Type:String
Position:0
standaardwaarde:None
Vereist:True
Accept pipeline input:True
Accept wildcard characters:False

-ApplicationName

Hiermee geeft u de naam van de toepassing.

Type:String
Aliases:ApplicationId
Position:2
standaardwaarde:None
Vereist:False
Accept pipeline input:True
Accept wildcard characters:False

-DefaultProfile

De referenties, het account, de tenant en het abonnement die worden gebruikt voor communicatie met Azure.

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
standaardwaarde:None
Vereist:False
Accept pipeline input:False
Accept wildcard characters:False

-ResourceGroupName

Hiermee geeft u de naam op van de resourcegroep die het Batch-account bevat.

Type:String
Position:1
standaardwaarde:None
Vereist:True
Accept pipeline input:True
Accept wildcard characters:False

Invoerwaarden

String

Uitvoerwaarden

PSApplication