Package-level declarations

Types

Link copied to clipboard
class Analyzer : KotlinCustomResource

Manages a Video Analyzer. !> Video Analyzer (Preview) is now Deprecated and will be Retired on 2022-11-30 - as such the azure.videoanalyzer.Analyzer resource is deprecated and will be removed in v4.0 of the AzureRM Provider.

Link copied to clipboard
data class AnalyzerArgs(val identity: Output<AnalyzerIdentityArgs>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val storageAccount: Output<AnalyzerStorageAccountArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AnalyzerArgs>

Manages a Video Analyzer. !> Video Analyzer (Preview) is now Deprecated and will be Retired on 2022-11-30 - as such the azure.videoanalyzer.Analyzer resource is deprecated and will be removed in v4.0 of the AzureRM Provider.

Link copied to clipboard
Link copied to clipboard
object AnalyzerMapper : ResourceMapper<Analyzer>
Link copied to clipboard
Link copied to clipboard
class EdgeModule : KotlinCustomResource

Manages a Video Analyzer Edge Module. !> Video Analyzer (Preview) is now Deprecated and will be Retired on 2022-11-30 - as such the azure.videoanalyzer.EdgeModule resource is deprecated and will be removed in v4.0 of the AzureRM Provider.

Link copied to clipboard
data class EdgeModuleArgs(val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val videoAnalyzerName: Output<String>? = null) : ConvertibleToJava<EdgeModuleArgs>

Manages a Video Analyzer Edge Module. !> Video Analyzer (Preview) is now Deprecated and will be Retired on 2022-11-30 - as such the azure.videoanalyzer.EdgeModule resource is deprecated and will be removed in v4.0 of the AzureRM Provider.

Link copied to clipboard
Link copied to clipboard
object EdgeModuleMapper : ResourceMapper<EdgeModule>
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun analyzer(name: String, block: suspend AnalyzerResourceBuilder.() -> Unit): Analyzer
Link copied to clipboard
suspend fun edgeModule(name: String, block: suspend EdgeModuleResourceBuilder.() -> Unit): EdgeModule