get Application Package
suspend fun getApplicationPackage(argument: GetApplicationPackagePlainArgs): GetApplicationPackageResult
Gets information about the specified application package. Azure REST API version: 2023-05-01. Other available API versions: 2017-09-01.
Return
An application package which represents a particular version of an application.
Parameters
argument
null
suspend fun getApplicationPackage(accountName: String, applicationName: String, resourceGroupName: String, versionName: String): GetApplicationPackageResult
Return
An application package which represents a particular version of an application.
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.
version Name
The version of the application.
suspend fun getApplicationPackage(argument: suspend GetApplicationPackagePlainArgsBuilder.() -> Unit): GetApplicationPackageResult
Return
An application package which represents a particular version of an application.
See also
Parameters
argument
Builder for com.pulumi.azurenative.batch.kotlin.inputs.GetApplicationPackagePlainArgs.