GetAccountPlainArgs

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

A collection of arguments for invoking getAccount.

Constructors

Link copied to clipboard
constructor(identity: GetAccountIdentity? = null, name: String, resourceGroupName: String)

Properties

Link copied to clipboard
Link copied to clipboard

The name of the NetApp Account.

Link copied to clipboard

The Name of the Resource Group where the NetApp Account exists.

Functions

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