System Created Storage Account Args
data class SystemCreatedStorageAccountArgs(val allowBlobPublicAccess: Output<Boolean>? = null, val armResourceId: Output<ArmResourceIdArgs>? = null, val storageAccountHnsEnabled: Output<Boolean>? = null, val storageAccountName: Output<String>? = null, val storageAccountType: Output<String>? = null) : ConvertibleToJava<SystemCreatedStorageAccountArgs>
Constructors
Link copied to clipboard
constructor(allowBlobPublicAccess: Output<Boolean>? = null, armResourceId: Output<ArmResourceIdArgs>? = null, storageAccountHnsEnabled: Output<Boolean>? = null, storageAccountName: Output<String>? = null, storageAccountType: Output<String>? = null)
Properties
Link copied to clipboard
Public blob access allowed
Link copied to clipboard
This is populated once the storage account is created.
Link copied to clipboard
HNS enabled for storage account
Link copied to clipboard
Name of the storage account
Link copied to clipboard
Allowed values: "Standard_LRS", "Standard_GRS", "Standard_RAGRS", "Standard_ZRS", "Standard_GZRS", "Standard_RAGZRS", "Premium_LRS", "Premium_ZRS"