OrbitalIdentity 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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.OrbitalIdentityTypeConverter))]
public class OrbitalIdentity : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IOrbitalIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.OrbitalIdentityTypeConverter))>]
type OrbitalIdentity = class
interface IOrbitalIdentity
interface IJsonSerializable
Public Class OrbitalIdentity
Implements IOrbitalIdentity
- Inheritance
-
OrbitalIdentity
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| OrbitalIdentity() |
Creates an new OrbitalIdentity instance. |
Properties
| Name | Description |
|---|---|
| ContactName |
Contact name. |
| ContactProfileName |
Contact Profile name. |
| Id |
Resource identity path |
| Location |
The name of Azure region. |
| OperationId |
The ID of an ongoing async operation. |
| ResourceGroupName |
The name of the resource group. The name is case insensitive. |
| SpacecraftName |
Spacecraft ID. |
| SubscriptionId |
The ID of the target subscription. |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of OrbitalIdentity. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of OrbitalIdentity. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IOrbitalIdentity. |
| FromJsonString(String) |
Creates a new instance of OrbitalIdentity, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of OrbitalIdentity into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |