BlobStorageClassTypePropertiesArgs

data class BlobStorageClassTypePropertiesArgs(val azureStorageAccountKey: Output<String>, val azureStorageAccountName: Output<String>, val type: Output<String>) : ConvertibleToJava<BlobStorageClassTypePropertiesArgs>

The properties of Blob StorageClass

Constructors

Link copied to clipboard
constructor(azureStorageAccountKey: Output<String>, azureStorageAccountName: Output<String>, type: Output<String>)

Properties

Link copied to clipboard

Azure Storage Account Key

Link copied to clipboard

Azure Storage Account Name

Link copied to clipboard
val type: Output<String>

Type of a storage class Expected value is 'Blob'.

Functions

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