OrbitalContactAntennaConfiguration 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.
public class OrbitalContactAntennaConfiguration : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Orbital.Models.OrbitalContactAntennaConfiguration>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Orbital.Models.OrbitalContactAntennaConfiguration>
public class OrbitalContactAntennaConfiguration
type OrbitalContactAntennaConfiguration = class
interface IJsonModel<OrbitalContactAntennaConfiguration>
interface IPersistableModel<OrbitalContactAntennaConfiguration>
type OrbitalContactAntennaConfiguration = class
Public Class OrbitalContactAntennaConfiguration
Implements IJsonModel(Of OrbitalContactAntennaConfiguration), IPersistableModel(Of OrbitalContactAntennaConfiguration)
Public Class OrbitalContactAntennaConfiguration
- Inheritance
-
OrbitalContactAntennaConfiguration
- Implements
Properties
DestinationIP |
The destination IP a packet can be sent to. This would for example be the TCP endpoint you would send data to. |
SourceIPs |
List of Source IP. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<OrbitalContactAntennaConfiguration>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<OrbitalContactAntennaConfiguration>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<OrbitalContactAntennaConfiguration>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<OrbitalContactAntennaConfiguration>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<OrbitalContactAntennaConfiguration>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET