SystemCreatedStorageAccountResponse

data class SystemCreatedStorageAccountResponse(val allowBlobPublicAccess: Boolean? = null, val armResourceId: ArmResourceIdResponse? = null, val storageAccountHnsEnabled: Boolean? = null, val storageAccountName: String? = null, val storageAccountType: String? = null)

Constructors

Link copied to clipboard
constructor(allowBlobPublicAccess: Boolean? = null, armResourceId: ArmResourceIdResponse? = null, storageAccountHnsEnabled: Boolean? = null, storageAccountName: String? = null, storageAccountType: String? = null)

Types

Link copied to clipboard
object Companion

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"