getApplication

Gets information about the specified application. API Version: 2021-01-01.

Return

Contains information about an application in a Batch account.

Parameters

argument

null


suspend fun getApplication(accountName: String, applicationName: String, resourceGroupName: String): GetApplicationResult

Return

Contains information about an application in a Batch account.

Parameters

accountName

The name of the Batch account.

applicationName

The name of the application. This must be unique within the account.

resourceGroupName

The name of the resource group that contains the Batch account.

See also


Return

Contains information about an application in a Batch account.

Parameters

argument

Builder for com.pulumi.azurenative.batch.kotlin.inputs.GetApplicationPlainArgs.

See also