GetAccountSASServices

data class GetAccountSASServices(val blob: Boolean, val file: Boolean, val queue: Boolean, val table: Boolean)

Constructors

Link copied to clipboard
constructor(blob: Boolean, file: Boolean, queue: Boolean, table: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Should permission be granted to blob services within this storage account?

Link copied to clipboard

Should permission be granted to file services within this storage account?

Link copied to clipboard

Should permission be granted to queue services within this storage account?

Link copied to clipboard

Should permission be granted to table services within this storage account?