get Private Endpoint Connection
suspend fun getPrivateEndpointConnection(argument: GetPrivateEndpointConnectionPlainArgs): GetPrivateEndpointConnectionResult
Get private endpoint connection under video analyzer account. Uses Azure REST API version 2021-11-01-preview.
Return
The Private Endpoint Connection resource.
Parameters
argument
null
suspend fun getPrivateEndpointConnection(accountName: String, name: String, resourceGroupName: String): GetPrivateEndpointConnectionResult
Return
The Private Endpoint Connection resource.
Parameters
account Name
The Video Analyzer account name.
name
Private endpoint connection name.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getPrivateEndpointConnection(argument: suspend GetPrivateEndpointConnectionPlainArgsBuilder.() -> Unit): GetPrivateEndpointConnectionResult
Return
The Private Endpoint Connection resource.
Parameters
argument
Builder for com.pulumi.azurenative.videoanalyzer.kotlin.inputs.GetPrivateEndpointConnectionPlainArgs.