GetAccountResult

data class GetAccountResult(val accountId: String? = null, val accountName: String, val azureApiVersion: String, val id: String, val identity: ManagedServiceIdentityResponse? = null, val location: String, val name: String, val provisioningState: String, val storageServices: StorageServicesForPutRequestResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tenantId: String, val totalSecondsIndexed: Int, val type: String)

An Azure Video Indexer account.

Constructors

Link copied to clipboard
constructor(accountId: String? = null, accountName: String, azureApiVersion: String, id: String, identity: ManagedServiceIdentityResponse? = null, location: String, name: String, provisioningState: String, storageServices: StorageServicesForPutRequestResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, tenantId: String, totalSecondsIndexed: Int, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accountId: String? = null

The account's data-plane ID. This can be set only when connecting an existing classic account

Link copied to clipboard

The account's name

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Managed service identity (system assigned and/or user assigned identities)

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

Gets the status of the account at the time the operation was called.

Link copied to clipboard

The storage services details

Link copied to clipboard

The system meta data relating to this resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The account's tenant id

Link copied to clipboard

An integer representing the total seconds that have been indexed on the account

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"