AnalyzerStorageAccountArgs

data class AnalyzerStorageAccountArgs(val id: Output<String>, val userAssignedIdentityId: Output<String>) : ConvertibleToJava<AnalyzerStorageAccountArgs>

Constructors

Link copied to clipboard
constructor(id: Output<String>, userAssignedIdentityId: Output<String>)

Properties

Link copied to clipboard
val id: Output<String>

Specifies the ID of the Storage Account that will be associated with the Video Analyzer instance.

Link copied to clipboard

Specifies the User Assigned Identity ID which should be assigned to access this Storage Account.

Functions

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