StorageAccountProperties interface
The storage account properties.
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 |
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