getEdgeModule

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

accountName

The Azure Video Analyzer account name.

edgeModuleName

The name of the edge module to retrieve.

resourceGroupName

The name of the resource group. The name is case insensitive.

See also


Return

The representation of an edge module.

Parameters

argument

Builder for com.pulumi.azurenative.videoanalyzer.kotlin.inputs.GetEdgeModulePlainArgs.

See also