IAuthorizedGroundstation Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.AuthorizedGroundstationTypeConverter))]
public interface IAuthorizedGroundstation : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.AuthorizedGroundstationTypeConverter))>]
type IAuthorizedGroundstation = interface
    interface IJsonSerializable
Public Interface IAuthorizedGroundstation
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
ExpirationDate

Date of authorization expiration.

GroundStation

Groundstation name.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to