GetAccountSASServices

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

Constructors

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

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?

Functions

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