AccountStorageAccount

data class AccountStorageAccount(val id: String, val isPrimary: Boolean? = null, val managedIdentity: AccountStorageAccountManagedIdentity? = null)

Constructors

Link copied to clipboard
constructor(id: String, isPrimary: Boolean? = null, managedIdentity: AccountStorageAccountManagedIdentity? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Specifies the ID of the Storage Account that will be associated with the Media Services instance.

Link copied to clipboard
val isPrimary: Boolean? = null

Specifies whether the storage account should be the primary account or not. Defaults to false.

Link copied to clipboard

A managed_identity block as defined below.