StorageAccount interface
Represents a Storage Account on the Data Box Edge/Gateway device.
- Extends
Properties
| blob |
BlobEndpoint of Storage Account NOTE: This property will not be serialized. It can only be populated by the server. |
| container |
The Container Count. Present only for Storage Accounts with DataPolicy set to Cloud. NOTE: This property will not be serialized. It can only be populated by the server. |
| data |
Data policy of the storage Account. |
| description | Description for the storage Account. |
| storage |
Storage Account Credential Id |
| storage |
Current status of the storage account |
| system |
StorageAccount object on ASE device NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Properties
| id | The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server. |
| name | The object name. NOTE: This property will not be serialized. It can only be populated by the server. |
| type | The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
blobEndpoint
BlobEndpoint of Storage Account NOTE: This property will not be serialized. It can only be populated by the server.
blobEndpoint?: string
Property Value
string
containerCount
The Container Count. Present only for Storage Accounts with DataPolicy set to Cloud. NOTE: This property will not be serialized. It can only be populated by the server.
containerCount?: number
Property Value
number
dataPolicy
Data policy of the storage Account.
dataPolicy: string
Property Value
string
description
Description for the storage Account.
description?: string
Property Value
string
storageAccountCredentialId
Storage Account Credential Id
storageAccountCredentialId?: string
Property Value
string
storageAccountStatus
Current status of the storage account
storageAccountStatus?: string
Property Value
string
systemData
StorageAccount object on ASE device NOTE: This property will not be serialized. It can only be populated by the server.
systemData?: SystemData
Property Value
Inherited Property Details
id
The path ID that uniquely identifies the object. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ARMBaseModel.id
name
The object name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ARMBaseModel.name
type
The hierarchical type of the object. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ARMBaseModel.type