Spacecraft 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.
Customer creates a spacecraft resource to schedule a contact.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.SpacecraftTypeConverter))]
public class Spacecraft : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.ISpacecraft, Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.SpacecraftTypeConverter))>]
type Spacecraft = class
interface ISpacecraft
interface IJsonSerializable
interface ITrackedResource
interface IResource
interface IValidates
Public Class Spacecraft
Implements ISpacecraft, IValidates
- Inheritance
-
Spacecraft
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| Spacecraft() |
Creates an new Spacecraft instance. |
Properties
| Name | Description |
|---|---|
| Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| Link |
Immutable list of Spacecraft links. |
| Location |
The geo-location where the resource lives |
| Name |
The name of the resource |
| NoradId |
NORAD ID of the spacecraft. |
| ProvisioningState |
The current state of the resource's creation, deletion, or modification. |
| ResourceGroupName |
Gets the resource group name |
| SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
| SystemDataCreatedBy |
The identity that created the resource. |
| SystemDataCreatedByType |
The type of identity that created the resource. |
| SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
| SystemDataLastModifiedBy |
The identity that last modified the resource. |
| SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
| Tag |
Resource tags. |
| 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). |
| Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Spacecraft. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of Spacecraft. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.ISpacecraft. |
| FromJsonString(String) |
Creates a new instance of Spacecraft, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of Spacecraft into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |
| Validate(IEventListener) |
Validates that this object meets the validation criteria. |