GetAccountPlainArgs

data class GetAccountPlainArgs(val encryption: GetAccountEncryption? = null, val name: String, val resourceGroupName: String) : ConvertibleToJava<GetAccountPlainArgs>

A collection of arguments for invoking getAccount.

Constructors

Link copied to clipboard
fun GetAccountPlainArgs(encryption: GetAccountEncryption? = null, name: String, resourceGroupName: String)

Functions

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

Properties

Link copied to clipboard

The encryption block that describes the Azure KeyVault key reference used to encrypt data for the Azure Batch account.

Link copied to clipboard

The name of the Batch account.

Link copied to clipboard

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