StorageAccount Class

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

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.databoxedge.v2019_08_01.models._models_py3.ARMBaseModel
StorageAccount

Constructor

StorageAccount(*, description: str | None = None, storage_account_status: str | StorageAccountStatus | None = None, data_policy: str | DataPolicy | None = None, storage_account_credential_id: str | None = None, **kwargs)

Parameters

Name Description
description
Required
str

Description for the storage Account.

storage_account_status
Required

Current status of the storage account. Possible values include: "OK", "Offline", "Unknown", "Updating", "NeedsAttention".

data_policy
Required

Data policy of the storage Account. Possible values include: "Cloud", "Local".

storage_account_credential_id
Required
str

Storage Account Credential Id.

Keyword-Only Parameters

Name Description
description
Required
storage_account_status
Required
data_policy
Required
storage_account_credential_id
Required

Variables

Name Description
id
str

The path ID that uniquely identifies the object.

name
str

The object name.

type
str

The hierarchical type of the object.

blob_endpoint
str

BlobEndpoint of Storage Account.

container_count
int

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