GetApplicationPackagePlainArgs

data class GetApplicationPackagePlainArgs(val accountName: String, val applicationName: String, val resourceGroupName: String, val versionName: String) : ConvertibleToJava<GetApplicationPackagePlainArgs>

Constructors

Link copied to clipboard
constructor(accountName: String, applicationName: String, resourceGroupName: String, versionName: String)

Properties

Link copied to clipboard

The name of the Batch account.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The version of the application.

Functions

Link copied to clipboard
open override fun toJava(): GetApplicationPackagePlainArgs