ContactProfileLink 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.
Contact Profile Link.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.ContactProfileLinkTypeConverter))]
public class ContactProfileLink : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IContactProfileLink
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.ContactProfileLinkTypeConverter))>]
type ContactProfileLink = class
interface IContactProfileLink
interface IJsonSerializable
Public Class ContactProfileLink
Implements IContactProfileLink
- Inheritance
-
ContactProfileLink
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| ContactProfileLink() |
Creates an new ContactProfileLink instance. |
Properties
| Name | Description |
|---|---|
| Channel |
Contact Profile Link Channel. |
| Direction |
Direction (Uplink or Downlink). |
| EirpdBw |
Effective Isotropic Radiated Power (EIRP) in dBW. It is the required EIRP by the customer. Not used yet. |
| GainOverTemperature |
Gain to noise temperature in db/K. It is the required G/T by the customer. Not used yet. |
| Name |
Link name. |
| Polarization |
Polarization. e.g. (RHCP, LHCP). |
Methods
| Name | Description |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ContactProfileLink. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ContactProfileLink. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IContactProfileLink. |
| FromJsonString(String) |
Creates a new instance of ContactProfileLink, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of ContactProfileLink into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |