GetApplicationPlainArgs

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

Constructors

Link copied to clipboard
constructor(accountName: String, applicationName: String, resourceGroupName: 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.

Functions

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