getEdgeModule

Retrieves an existing edge module resource with the given name. Uses Azure REST API version 2021-11-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 Edge Module name.

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