list Ground Station L2Connections
suspend fun listGroundStationL2Connections(argument: ListGroundStationL2ConnectionsPlainArgs): ListGroundStationL2ConnectionsResult
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.
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
ground Station Name
Ground Station name.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun listGroundStationL2Connections(argument: suspend ListGroundStationL2ConnectionsPlainArgsBuilder.() -> Unit): ListGroundStationL2ConnectionsResult
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.