StorageConfigurationResponse

data class StorageConfigurationResponse(val fileSystemName: String? = null, val storageResourceId: String? = null)

The configuration of connected storage

Constructors

Link copied to clipboard
constructor(fileSystemName: String? = null, storageResourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fileSystemName: String? = null

The filesystem name of connected storage account.

Link copied to clipboard

The resource id of connected storage account.