IContactProfilesProperties.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.
Links of the Contact Profile. Describes RF links, modem processing, and IP endpoints.
[Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Create=true, Description="Links of the Contact Profile. Describes RF links, modem processing, and IP endpoints.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IContactProfileLink) }, Read=true, ReadOnly=false, Required=true, SerializedName="links", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IContactProfileLink> Link { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Create=true, Description="Links of the Contact Profile. Describes RF links, modem processing, and IP endpoints.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IContactProfileLink) }, Read=true, ReadOnly=false, Required=true, SerializedName="links", Update=true)>]
member this.Link : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IContactProfileLink> with get, set
Public Property Link As List(Of IContactProfileLink)
Property Value
- Attributes