listGroundStationL2Connections

Returns a list of L2 Connections attached to an ground station. 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 listGroundStationL2Connections(groundStationName: String, resourceGroupName: String): ListGroundStationL2ConnectionsResult

Return

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

Parameters

groundStationName

Ground Station 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.ListGroundStationL2ConnectionsPlainArgs.

See also