ContactsPropertiesAntennaConfiguration Class

Definition

The configuration associated with the allocated antenna.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.ContactsPropertiesAntennaConfigurationTypeConverter))]
public class ContactsPropertiesAntennaConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IContactsPropertiesAntennaConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.ContactsPropertiesAntennaConfigurationTypeConverter))>]
type ContactsPropertiesAntennaConfiguration = class
    interface IContactsPropertiesAntennaConfiguration
    interface IJsonSerializable
Public Class ContactsPropertiesAntennaConfiguration
Implements IContactsPropertiesAntennaConfiguration
Inheritance
ContactsPropertiesAntennaConfiguration
Attributes
Implements

Constructors

Name Description
ContactsPropertiesAntennaConfiguration()

Creates an new ContactsPropertiesAntennaConfiguration instance.

Properties

Name Description
DestinationIP

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

SourceIP

List of Source IP

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ContactsPropertiesAntennaConfiguration.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContactsPropertiesAntennaConfiguration.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IContactsPropertiesAntennaConfiguration.

FromJsonString(String)

Creates a new instance of ContactsPropertiesAntennaConfiguration, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContactsPropertiesAntennaConfiguration into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to