StorageAccountArgs

data class StorageAccountArgs(val id: Output<String>? = null, val identity: Output<ResourceIdentityArgs>? = null, val type: Output<Either<String, StorageAccountType>>) : ConvertibleToJava<StorageAccountArgs>

The storage account details.

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, identity: Output<ResourceIdentityArgs>? = null, type: Output<Either<String, StorageAccountType>>)

Properties

Link copied to clipboard
val id: Output<String>? = null

The ID of the storage account resource. Media Services relies on tables and queues as well as blobs, so the primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage). Blob only storage accounts can be added as secondary storage accounts.

Link copied to clipboard
val identity: Output<ResourceIdentityArgs>? = null

The storage account identity.

Link copied to clipboard
val type: Output<Either<String, StorageAccountType>>

The type of the storage account.

Functions

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