ContactProfileLink Class

Definition

Contact Profile Link.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.ContactProfileLinkTypeConverter))]
public class ContactProfileLink : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IContactProfileLink
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.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.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()

Applies to