get Application
Gets information about the specified application. Azure REST API version: 2023-05-01. Other available API versions: 2017-09-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.
See also
Parameters
account Name
The name of the Batch account.
application Name
The name of the application. This must be unique within the account.
resource Group Name
The name of the resource group that contains the Batch account.
suspend fun getApplication(argument: suspend GetApplicationPlainArgsBuilder.() -> Unit): GetApplicationResult
Return
Contains information about an application in a Batch account.
See also
Parameters
argument
Builder for com.pulumi.azurenative.batch.kotlin.inputs.GetApplicationPlainArgs.