az orbital available-ground-station

Note

This reference is part of the orbital extension for the Azure CLI (version 2.39.0 or higher). The extension will automatically install the first time you run an az orbital available-ground-station command. Learn more about extensions.

Ground stations available to schedule contacts.

Commands

Name Description Type Status
az orbital available-ground-station list

List available ground stations.

Extension GA
az orbital available-ground-station show

Get the specified available ground station.

Extension GA

az orbital available-ground-station list

List available ground stations.

az orbital available-ground-station list [--capability {Communication, EarthObservation}]

Examples

List Available Ground Station by Capability

az orbital available-ground-station list --capability "EarthObservation"

Optional Parameters

--capability

Ground Station Capability.

accepted values: Communication, EarthObservation
default value: EarthObservation
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az orbital available-ground-station show

Get the specified available ground station.

az orbital available-ground-station show [--ground-station-name]
                                         [--ids]
                                         [--subscription]

Optional Parameters

--ground-station-name --name -n

Ground Station name.

--ids

One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.