AuthorizedGroundstation Class

Definition

Authorized groundstation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.AuthorizedGroundstationTypeConverter))]
public class AuthorizedGroundstation : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IAuthorizedGroundstation
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.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.Api20221101.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()

Applies to