getL2Connection

Gets the specified L2 connection in a specified resource group. Uses Azure REST API version 2024-03-01-preview. Other available API versions: 2024-03-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native orbital [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Connects an edge site to an orbital gateway and describes what layer 2 traffic to forward between them.

Parameters

argument

null


suspend fun getL2Connection(l2ConnectionName: String, resourceGroupName: String): GetL2ConnectionResult

Return

Connects an edge site to an orbital gateway and describes what layer 2 traffic to forward between them.

Parameters

l2ConnectionName

L2 Connection name.

resourceGroupName

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

See also


Return

Connects an edge site to an orbital gateway and describes what layer 2 traffic to forward between them.

Parameters

argument

Builder for com.pulumi.azurenative.orbital.kotlin.inputs.GetL2ConnectionPlainArgs.

See also