GetStorageContainerPlainArgs

data class GetStorageContainerPlainArgs(val metadata: Map<String, String>? = null, val name: String, val storageAccountName: String) : ConvertibleToJava<GetStorageContainerPlainArgs>

A collection of arguments for invoking getStorageContainer.

Constructors

Link copied to clipboard
fun GetStorageContainerPlainArgs(metadata: Map<String, String>? = null, name: String, storageAccountName: String)

Functions

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

Properties

Link copied to clipboard
val metadata: Map<String, String>? = null

A mapping of MetaData for this Container.

Link copied to clipboard

The name of the Container.

Link copied to clipboard

The name of the Storage Account where the Container exists.