Get Ground Station Result
data class GetGroundStationResult(val altitudeMeters: Double? = null, val capabilities: List<String>, val city: String? = null, val globalCommunicationsSite: GroundStationsPropertiesResponseGlobalCommunicationsSite, val id: String, val latitudeDegrees: Double? = null, val location: String, val longitudeDegrees: Double? = null, val name: String, val providerName: String? = null, val releaseMode: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
Ground Station contains one or more antennas.
Constructors
Link copied to clipboard
constructor(altitudeMeters: Double? = null, capabilities: List<String>, city: String? = null, globalCommunicationsSite: GroundStationsPropertiesResponseGlobalCommunicationsSite, id: String, latitudeDegrees: Double? = null, location: String, longitudeDegrees: Double? = null, name: String, providerName: String? = null, releaseMode: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)
Properties
Link copied to clipboard
Altitude of the ground station.
Link copied to clipboard
Ground station capabilities.
Link copied to clipboard
A reference to global communications site.
Link copied to clipboard
Latitude of the ground station in decimal degrees.
Link copied to clipboard
Longitude of the ground station in decimal degrees.
Link copied to clipboard
Ground station provider name.
Link copied to clipboard
Release Status of a ground station.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.