Storage Account Args
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
fun StorageAccountArgs(id: Output<String>? = null, identity: Output<ResourceIdentityArgs>? = null, type: Output<Either<String, StorageAccountType>>)