Get Account Result
data class GetAccountResult(val accountId: String? = null, val accountName: String, val id: String, val identity: ManagedServiceIdentityResponse? = null, val location: String, val mediaServices: MediaServicesForPutRequestResponse? = null, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tenantId: String, val type: String)
An Azure Video Analyzer for Media account.
Constructors
Link copied to clipboard
constructor(accountId: String? = null, accountName: String, id: String, identity: ManagedServiceIdentityResponse? = null, location: String, mediaServices: MediaServicesForPutRequestResponse? = null, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, tenantId: String, type: String)
Properties
Link copied to clipboard
The account's name
Link copied to clipboard
Managed service identity (system assigned and/or user assigned identities)
Link copied to clipboard
The media services details
Link copied to clipboard
Gets the status of the account at the time the operation was called.
Link copied to clipboard
The system meta data relating to this resource.