Skip to main content

available_ground_stations

Creates, updates, deletes, gets or lists a available_ground_stations resource.

Overview

Nameavailable_ground_stations
TypeResource
Idazure.orbital.available_ground_stations

Fields

NameDatatypeDescription
idstringID of groundStation.
namestringName of the ground station.
locationstringAzure region.
propertiesobjectThe properties bag for this resource.
typestringResource type.

Methods

NameAccessible byRequired ParamsDescription
list_by_capabilitySELECTcapability, subscriptionIdReturns list of available ground stations.

SELECT examples

Returns list of available ground stations.

SELECT
id,
name,
location,
properties,
type
FROM azure.orbital.available_ground_stations
WHERE capability = '{{ capability }}'
AND subscriptionId = '{{ subscriptionId }}';