get Edge Module
Retrieves a specific existing edge module resource in the given Video Analyzer account. API Version: 2021-05-01-preview.
Return
The representation of an edge module.
Parameters
argument
null
suspend fun getEdgeModule(accountName: String, edgeModuleName: String, resourceGroupName: String): GetEdgeModuleResult
Return
The representation of an edge module.
Parameters
account Name
The Azure Video Analyzer account name.
edge Module Name
The name of the edge module to retrieve.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getEdgeModule(argument: suspend GetEdgeModulePlainArgsBuilder.() -> Unit): GetEdgeModuleResult
Return
The representation of an edge module.
Parameters
argument
Builder for com.pulumi.azurenative.videoanalyzer.kotlin.inputs.GetEdgeModulePlainArgs.