listEdgeSiteL2Connections

Returns a list of L2 Connections attached to an edge site. 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

Response for an API service call that lists the resource IDs of resources associated with another resource.

Parameters

argument

null


suspend fun listEdgeSiteL2Connections(edgeSiteName: String, resourceGroupName: String): ListEdgeSiteL2ConnectionsResult

Return

Response for an API service call that lists the resource IDs of resources associated with another resource.

Parameters

edgeSiteName

Edge site name.

resourceGroupName

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

See also


Return

Response for an API service call that lists the resource IDs of resources associated with another resource.

Parameters

argument

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

See also