AvailableGroundStationListResult Class

Definition

Response for the AvailableGroundStations API service call.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.AvailableGroundStationListResultTypeConverter))]
public class AvailableGroundStationListResult : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IAvailableGroundStationListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.AvailableGroundStationListResultTypeConverter))>]
type AvailableGroundStationListResult = class
    interface IAvailableGroundStationListResult
    interface IJsonSerializable
Public Class AvailableGroundStationListResult
Implements IAvailableGroundStationListResult
Inheritance
AvailableGroundStationListResult
Attributes
Implements

Constructors

Name Description
AvailableGroundStationListResult()

Creates an new AvailableGroundStationListResult instance.

Properties

Name Description
NextLink

The URL to get the next set of results.

Value

A list of ground station resources.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AvailableGroundStationListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AvailableGroundStationListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of AvailableGroundStationListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to