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
constructor(metadata: Map<String, String>? = null, name: String, storageAccountName: String)

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.

Functions

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