AuthorizedGroundstation 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.
Authorized groundstation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.AuthorizedGroundstationTypeConverter))]
public class AuthorizedGroundstation : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IAuthorizedGroundstation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.AuthorizedGroundstationTypeConverter))>]
type AuthorizedGroundstation = class
interface IAuthorizedGroundstation
interface IJsonSerializable
Public Class AuthorizedGroundstation
Implements IAuthorizedGroundstation
- Inheritance
-
AuthorizedGroundstation
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| AuthorizedGroundstation() |
Creates an new AuthorizedGroundstation instance. |
Properties
| Name | Description |
|---|---|
| ExpirationDate |
Date of authorization expiration. |
| GroundStation |
Groundstation name. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of AuthorizedGroundstation. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of AuthorizedGroundstation. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IAuthorizedGroundstation. |
| FromJsonString(String) |
Creates a new instance of AuthorizedGroundstation, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of AuthorizedGroundstation into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |