ISpacecraftsProperties.Link 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.
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