GetStorageContainerPlainArgs

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

A collection of arguments for invoking getStorageContainer.

Constructors

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

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 id of the Storage Account where the Container exists. This property will become Required in version 5.0 of the Provider.

Link copied to clipboard

The name of the Storage Account where the Container exists. This property is deprecated in favour of storage_account_id.

Functions

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