AvailableGroundStationPropertiesAutoGenerated Class

Definition

The properties bag for this resource.

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

Constructors

Name Description
AvailableGroundStationPropertiesAutoGenerated()

Creates an new AvailableGroundStationPropertiesAutoGenerated 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 AvailableGroundStationPropertiesAutoGenerated.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AvailableGroundStationPropertiesAutoGenerated.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AvailableGroundStationPropertiesAutoGenerated into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to