ISpacecraftsProperties Interface

Definition

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

Properties

Name Description
Link

Immutable list of Spacecraft links.

NoradId

NORAD ID of the spacecraft.

ProvisioningState

The current state of the resource's creation, deletion, or modification.

TitleLine

Title line of the two-line element set (TLE).

TleLine1

Line 1 of the two-line element set (TLE).

TleLine2

Line 2 of the two-line element set (TLE).

Methods

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

Applies to