GetTablePlainArgs

data class GetTablePlainArgs(val name: String, val storageAccountName: String) : ConvertibleToJava<GetTablePlainArgs>

A collection of arguments for invoking getTable.

Constructors

Link copied to clipboard
constructor(name: String, storageAccountName: String)

Properties

Link copied to clipboard

The name of the Table.

Link copied to clipboard

The name of the Storage Account where the Table exists.

Functions

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