get L2Connection
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.
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
l2Connection Name
L2 Connection name.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun getL2Connection(argument: suspend GetL2ConnectionPlainArgsBuilder.() -> Unit): GetL2ConnectionResult
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.