Storage Account Configuration Response
data class StorageAccountConfigurationResponse(val storageAccountKey: String? = null, val storageAccountName: String? = null)
Settings to use an existing storage account. Valid storage account kinds are: Storage, StorageV2 and FileStorage
Constructors
Link copied to clipboard
fun StorageAccountConfigurationResponse(storageAccountKey: String? = null, storageAccountName: String? = null)