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
fun GetAccountResult(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)