get Ground Station
Gets the specified ground station 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
Ground Station contains one or more antennas.
Parameters
argument
null
suspend fun getGroundStation(groundStationName: String, resourceGroupName: String): GetGroundStationResult
Return
Ground Station contains one or more antennas.
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 getGroundStation(argument: suspend GetGroundStationPlainArgsBuilder.() -> Unit): GetGroundStationResult
Return
Ground Station contains one or more antennas.
Parameters
argument
Builder for com.pulumi.azurenative.orbital.kotlin.inputs.GetGroundStationPlainArgs.