SpacecraftsProperties Class
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.
List of Spacecraft Resource Properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.SpacecraftsPropertiesTypeConverter))]
public class SpacecraftsProperties : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.ISpacecraftsProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.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.Api20221101.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() | |