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