IContact.AntennaConfigurationDestinationIP Property

Definition

The destination IP a packet can be sent to. This would for example be the TCP endpoint you would send data to.

[Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Create=false, Description="The destination IP a packet can be sent to. This would for example be the TCP endpoint you would send data to.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="destinationIp", Update=false)]
public string AntennaConfigurationDestinationIP { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.Info(Create=false, Description="The destination IP a packet can be sent to. This would for example be the TCP endpoint you would send data to.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="destinationIp", Update=false)>]
member this.AntennaConfigurationDestinationIP : string
Public ReadOnly Property AntennaConfigurationDestinationIP As String

Property Value

Attributes

Applies to