ContactProfileProperties Class

Definition

Properties of the contact profile resource.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.ContactProfilePropertiesTypeConverter))]
public class ContactProfileProperties : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.IContactProfileProperties, Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.ContactProfilePropertiesTypeConverter))>]
type ContactProfileProperties = class
    interface IContactProfileProperties
    interface IJsonSerializable
    interface IContactProfilesProperties
    interface IValidates
Public Class ContactProfileProperties
Implements IContactProfileProperties, IValidates
Inheritance
ContactProfileProperties
Attributes
Implements

Constructors

Name Description
ContactProfileProperties()

Creates an new ContactProfileProperties instance.

Properties

Name Description
AutoTrackingConfiguration

Auto-tracking configuration.

EventHubUri

ARM resource identifier of the Event Hub used for telemetry. Requires granting Orbital Resource Provider the rights to send telemetry into the hub.

Link

Links of the Contact Profile. Describes RF links, modem processing, and IP endpoints.

MinimumElevationDegree

Minimum viable elevation for the contact in decimal degrees. Used for listing the available contacts with a spacecraft at a given ground station.

MinimumViableContactDuration

Minimum viable contact duration in ISO 8601 format. Used for listing the available contacts with a spacecraft at a given ground station.

NetworkConfigurationSubnetId

ARM resource identifier of the subnet delegated to the Microsoft.Orbital/orbitalGateways. Needs to be at least a class C subnet, and should not have any IP created in it.

ProvisioningState

The current state of the resource's creation, deletion, or modification.

ThirdPartyConfiguration

Third-party mission configuration of the Contact Profile. Describes RF links, modem processing, and IP endpoints.

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ContactProfileProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContactProfileProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContactProfileProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to