StorageAccount interface
The details about the associated storage account.
Properties
id | The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage). |
identity | A managed identity that Video Analyzer will use to access the storage account. |
status | The current status of the storage account mapping. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
id
The ID of the storage account resource. Video Analyzer relies on tables, queues, and blobs. The primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage).
id: string
Property Value
string
identity
A managed identity that Video Analyzer will use to access the storage account.
identity?: ResourceIdentity
Property Value
status
The current status of the storage account mapping. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
Azure SDK for JavaScript