StorageAccountResponse

data class StorageAccountResponse(val id: String, val identity: ResourceIdentityResponse? = null, val status: String)

The details about the associated storage account.

Constructors

Link copied to clipboard
constructor(id: String, identity: ResourceIdentityResponse? = null, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

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).

Link copied to clipboard

A managed identity that Video Analyzer will use to access the storage account.

Link copied to clipboard

The current status of the storage account mapping.