GetTableResult

data class GetTableResult(val acls: List<GetTableAcl>, val id: String, val name: String, val resourceManagerId: String, val storageAccountName: String)

A collection of values returned by getTable.

Constructors

Link copied to clipboard
constructor(acls: List<GetTableAcl>, id: String, name: String, resourceManagerId: String, storageAccountName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A mapping of ACLs for this Table.

Link copied to clipboard
val id: String

The ID of the Storage Table.

Link copied to clipboard
Link copied to clipboard

The Resource Manager ID of this Storage Table.

Link copied to clipboard