AzureStorageInfoValueResponse

data class AzureStorageInfoValueResponse(val accessKey: String? = null, val accountName: String? = null, val mountPath: String? = null, val shareName: String? = null, val state: String, val type: String? = null)

Azure Files or Blob Storage access information value for dictionary storage.

Constructors

Link copied to clipboard
constructor(accessKey: String? = null, accountName: String? = null, mountPath: String? = null, shareName: String? = null, state: String, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessKey: String? = null

Access key for the storage account.

Link copied to clipboard
val accountName: String? = null

Name of the storage account.

Link copied to clipboard
val mountPath: String? = null

Path to mount the storage within the site's runtime environment.

Link copied to clipboard
val shareName: String? = null

Name of the file share (container name, for Blob storage).

Link copied to clipboard

State of the storage account.

Link copied to clipboard
val type: String? = null

Type of storage.