AvailableGroundStationProperties Class

Definition

The properties bag for this resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.AvailableGroundStationPropertiesTypeConverter))]
public class AvailableGroundStationProperties : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IAvailableGroundStationProperties, Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.AvailableGroundStationPropertiesTypeConverter))>]
type AvailableGroundStationProperties = class
    interface IAvailableGroundStationProperties
    interface IJsonSerializable
    interface IAvailableGroundStationPropertiesAutoGenerated
    interface IValidates
Public Class AvailableGroundStationProperties
Implements IAvailableGroundStationProperties, IValidates
Inheritance
AvailableGroundStationProperties
Attributes
Implements

Constructors

Name Description
AvailableGroundStationProperties()

Creates an new AvailableGroundStationProperties instance.

Properties

Name Description
AltitudeMeter

Altitude of the ground station.

City

City of ground station.

LatitudeDegree

Latitude of the ground station in decimal degrees.

LongitudeDegree

Longitude of the ground station in decimal degrees.

ProviderName

Ground station provider name.

ReleaseMode

Release Status of a ground station.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AvailableGroundStationProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AvailableGroundStationProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IAvailableGroundStationProperties.

FromJsonString(String)

Creates a new instance of AvailableGroundStationProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AvailableGroundStationProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to