StorageAccount Class
The storage account details.
Variables are only populated by the server, and will be ignored when sending a request.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.media._serialization.ModelStorageAccount
Constructor
StorageAccount(*, type: str | _models.StorageAccountType, id: str | None = None, identity: _models.ResourceIdentity | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
id
|
The ID of the storage account resource. Media Services relies on tables and queues as well as blobs, so the primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage). Blob only storage accounts can be added as secondary storage accounts. |
type
|
The type of the storage account. Required. Known values are: "Primary" and "Secondary". |
identity
|
The storage account identity. |
Variables
Name | Description |
---|---|
id
|
The ID of the storage account resource. Media Services relies on tables and queues as well as blobs, so the primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage). Blob only storage accounts can be added as secondary storage accounts. |
type
|
The type of the storage account. Required. Known values are: "Primary" and "Secondary". |
identity
|
The storage account identity. |
status
|
The current status of the storage account mapping. |
Azure SDK for Python