Get Storage Account Result
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.
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
Description for the storage Account.
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