GetApplicationPlainArgs

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

A collection of arguments for invoking getApplication.

Constructors

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

Properties

Link copied to clipboard

The name of the Batch account.

Link copied to clipboard

The name of the Application.

Link copied to clipboard

The name of the Resource Group where this Batch account exists.

Functions

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