GetStorageAccountResult

data class GetStorageAccountResult(val azureApiVersion: String, val blobEndpoint: String, val containerCount: Int, val dataPolicy: String, val description: String? = null, val id: String, val name: String, val storageAccountCredentialId: String? = null, val storageAccountStatus: String? = null, val systemData: SystemDataResponse, val type: String)

Represents a Storage Account on the Data Box Edge/Gateway device.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, blobEndpoint: String, containerCount: Int, dataPolicy: String, description: String? = null, id: String, name: String, storageAccountCredentialId: String? = null, storageAccountStatus: String? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

BlobEndpoint of Storage Account

Link copied to clipboard

The Container Count. Present only for Storage Accounts with DataPolicy set to Cloud.

Link copied to clipboard

Data policy of the storage Account.

Link copied to clipboard
val description: String? = null

Description for the storage Account.

Link copied to clipboard
val id: String

The path ID that uniquely identifies the object.

Link copied to clipboard

The object name.

Link copied to clipboard

Storage Account Credential Id

Link copied to clipboard

Current status of the storage account

Link copied to clipboard

Metadata pertaining to creation and last modification of StorageAccount

Link copied to clipboard

The hierarchical type of the object.