SpacecraftsProperties Class

Definition

List of Spacecraft Resource Properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.SpacecraftsPropertiesTypeConverter))]
public class SpacecraftsProperties : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.ISpacecraftsProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.SpacecraftsPropertiesTypeConverter))>]
type SpacecraftsProperties = class
    interface ISpacecraftsProperties
    interface IJsonSerializable
Public Class SpacecraftsProperties
Implements ISpacecraftsProperties
Inheritance
SpacecraftsProperties
Attributes
Implements

Constructors

Name Description
SpacecraftsProperties()

Creates an new SpacecraftsProperties instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of SpacecraftsProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SpacecraftsProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.ISpacecraftsProperties.

FromJsonString(String)

Creates a new instance of SpacecraftsProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of SpacecraftsProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to