AvailableGroundStation Class

Definition

Ground Stations available to schedule Contacts.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.AvailableGroundStationTypeConverter))]
public class AvailableGroundStation : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IAvailableGroundStation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.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.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()

Applies to