ContactsPropertiesAntennaConfiguration Class
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.
The configuration associated with the allocated antenna.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.ContactsPropertiesAntennaConfigurationTypeConverter))]
public class ContactsPropertiesAntennaConfiguration : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IContactsPropertiesAntennaConfiguration
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.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.Api20221101.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() | |