StorageAccountResponse

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

The storage account details.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The ID of the storage account resource. Media Services relies on tables and queues as well as blobs, so the primary storage account must be a Standard Storage account (either Microsoft.ClassicStorage or Microsoft.Storage). Blob only storage accounts can be added as secondary storage accounts.

Link copied to clipboard

The storage account identity.

Link copied to clipboard

The current status of the storage account mapping.

Link copied to clipboard

The type of the storage account.