available_ground_stations
Creates, updates, deletes, gets or lists a available_ground_stations
resource.
Overview
Name | available_ground_stations |
Type | Resource |
Id | azure.orbital.available_ground_stations |
Fields
Name | Datatype | Description |
---|---|---|
id | string | ID of groundStation. |
name | string | Name of the ground station. |
location | string | Azure region. |
properties | object | The properties bag for this resource. |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_by_capability | SELECT | capability, subscriptionId | Returns 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 }}';