AvailableGroundStationListResult 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.
Response for the AvailableGroundStations API service call.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.AvailableGroundStationListResultTypeConverter))]
public class AvailableGroundStationListResult : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IAvailableGroundStationListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.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.Api20221101.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() | |