ContactProfilesProperties Class

Definition

List of Contact Profile Resource Properties.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.ContactProfilesPropertiesTypeConverter))]
public class ContactProfilesProperties : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IContactProfilesProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.ContactProfilesPropertiesTypeConverter))>]
type ContactProfilesProperties = class
    interface IContactProfilesProperties
    interface IJsonSerializable
Public Class ContactProfilesProperties
Implements IContactProfilesProperties
Inheritance
ContactProfilesProperties
Attributes
Implements

Constructors

Name Description
ContactProfilesProperties()

Creates an new ContactProfilesProperties 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 ContactProfilesProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ContactProfilesProperties.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ContactProfilesProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to