StorageAccountArgs

data class StorageAccountArgs(val id: Output<String>, val identity: Output<ResourceIdentityArgs>? = null) : ConvertibleToJava<StorageAccountArgs>

The details about the associated storage account.

Constructors

Link copied to clipboard
constructor(id: Output<String>, identity: Output<ResourceIdentityArgs>? = null)

Properties

Link copied to clipboard
val id: Output<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
val identity: Output<ResourceIdentityArgs>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): StorageAccountArgs