Get Video Analyzer Result
data class GetVideoAnalyzerResult(val encryption: AccountEncryptionResponse? = null, val endpoints: List<EndpointResponse>, val id: String, val identity: VideoAnalyzerIdentityResponse? = null, val iotHubs: List<IotHubResponse>? = null, val location: String, val name: String, val networkAccessControl: NetworkAccessControlResponse? = null, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val provisioningState: String, val publicNetworkAccess: String? = null, val storageAccounts: List<StorageAccountResponse>, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
The Video Analyzer account.
Constructors
Link copied to clipboard
fun GetVideoAnalyzerResult(encryption: AccountEncryptionResponse? = null, endpoints: List<EndpointResponse>, id: String, identity: VideoAnalyzerIdentityResponse? = null, iotHubs: List<IotHubResponse>? = null, location: String, name: String, networkAccessControl: NetworkAccessControlResponse? = null, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, provisioningState: String, publicNetworkAccess: String? = null, storageAccounts: List<StorageAccountResponse>, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)