StorageAccount interface
Represents a Storage Account on the Data Box Edge/Gateway device.
- Extends
Properties
| blob |
BlobEndpoint of Storage Account |
| container |
The Container Count. Present only for Storage Accounts with DataPolicy set to Cloud. |
| 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 |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
blobEndpoint
BlobEndpoint of Storage Account
blobEndpoint?: string
Property Value
string
containerCount
The Container Count. Present only for Storage Accounts with DataPolicy set to Cloud.
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
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type