GetPoolPlainArgs

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

A collection of arguments for invoking getPool.

Constructors

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

Properties

Link copied to clipboard

The name of the NetApp account where the NetApp pool exists.

Link copied to clipboard

The name of the NetApp Pool.

Link copied to clipboard

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

Functions

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