AvailableGroundStationPropertiesAutoGenerated 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.
Properties object for Available groundstation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.AvailableGroundStationPropertiesAutoGeneratedTypeConverter))]
public class AvailableGroundStationPropertiesAutoGenerated : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IAvailableGroundStationPropertiesAutoGenerated
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.AvailableGroundStationPropertiesAutoGeneratedTypeConverter))>]
type AvailableGroundStationPropertiesAutoGenerated = class
interface IAvailableGroundStationPropertiesAutoGenerated
interface IJsonSerializable
Public Class AvailableGroundStationPropertiesAutoGenerated
Implements IAvailableGroundStationPropertiesAutoGenerated
- 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.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() | |