ISpacecraftsProperties Interface
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.
[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) |