IOrbitalIdentity.SpacecraftName Property
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.
Spacecraft ID.
[Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Description="Spacecraft ID.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="spacecraftName")]
public string SpacecraftName { get; set; }
[Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Create=true, Description="Spacecraft ID.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="spacecraftName", Update=true)]
public string SpacecraftName { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Description="Spacecraft ID.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="spacecraftName")>]
member this.SpacecraftName : string with get, set
[<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Create=true, Description="Spacecraft ID.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="spacecraftName", Update=true)>]
member this.SpacecraftName : string with get, set
Public Property SpacecraftName As String
Property Value
- Attributes