getPeering

Gets an existing peering with the specified name under the given subscription and resource group. Uses Azure REST API version 2022-10-01.

Return

Peering is a logical representation of a set of connections to the Microsoft Cloud Edge at a location.

Parameters

argument

null


suspend fun getPeering(peeringName: String, resourceGroupName: String): GetPeeringResult

Return

Peering is a logical representation of a set of connections to the Microsoft Cloud Edge at a location.

Parameters

peeringName

The name of the peering.

resourceGroupName

The name of the resource group.

See also


suspend fun getPeering(argument: suspend GetPeeringPlainArgsBuilder.() -> Unit): GetPeeringResult

Return

Peering is a logical representation of a set of connections to the Microsoft Cloud Edge at a location.

Parameters

argument

Builder for com.pulumi.azurenative.peering.kotlin.inputs.GetPeeringPlainArgs.

See also