GetBatchAccountPlainArgs

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

Constructors

Link copied to clipboard
fun GetBatchAccountPlainArgs(accountName: String, resourceGroupName: String)

Functions

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

Properties

Link copied to clipboard

The name of the Batch account.

Link copied to clipboard

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