AvailableGroundStation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Ground Stations available to schedule Contacts.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.AvailableGroundStationTypeConverter))]
public class AvailableGroundStation : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IAvailableGroundStation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.AvailableGroundStationTypeConverter))>]
type AvailableGroundStation = class
interface IAvailableGroundStation
interface IJsonSerializable
Public Class AvailableGroundStation
Implements IAvailableGroundStation
- Inheritance
-
AvailableGroundStation
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AvailableGroundStation() |
Creates an new AvailableGroundStation instance. |
Properties
| Name | Description |
|---|---|
| AltitudeMeter |
Altitude of the ground station. |
| City |
City of ground station. |
| Id |
ID of groundStation. |
| LatitudeDegree |
Latitude of the ground station in decimal degrees. |
| Location |
Azure region. |
| LongitudeDegree |
Longitude of the ground station in decimal degrees. |
| Name |
Name of the ground station. |
| ProviderName |
Ground station provider name. |
| ReleaseMode |
Release Status of a ground station. |
| Type |
Resource type. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AvailableGroundStation. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AvailableGroundStation. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IAvailableGroundStation. |
| FromJsonString(String) |
Creates a new instance of AvailableGroundStation, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AvailableGroundStation into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |