ISpacecraft.Link Property

Definition

Immutable list of Spacecraft links.

[Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Create=true, Description="Immutable list of Spacecraft links.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.ISpacecraftLink) }, Read=true, ReadOnly=false, Required=true, SerializedName="links", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.ISpacecraftLink> Link { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Create=true, Description="Immutable list of Spacecraft links.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.ISpacecraftLink) }, Read=true, ReadOnly=false, Required=true, SerializedName="links", Update=false)>]
member this.Link : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.ISpacecraftLink> with get, set
Public Property Link As List(Of ISpacecraftLink)

Property Value

Attributes

Applies to