IContactProfileProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.ContactProfilePropertiesTypeConverter))]
public interface IContactProfileProperties : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.IContactProfilesProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.ContactProfilePropertiesTypeConverter))>]
type IContactProfileProperties = interface
    interface IJsonSerializable
    interface IContactProfilesProperties
Public Interface IContactProfileProperties
Implements IContactProfilesProperties
Derived
Attributes
Implements

Properties

Name Description
AutoTrackingConfiguration

Auto-tracking configuration.

(Inherited from IContactProfilesProperties)
EventHubUri

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

(Inherited from IContactProfilesProperties)
Link

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

(Inherited from IContactProfilesProperties)
MinimumElevationDegree

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

(Inherited from IContactProfilesProperties)
MinimumViableContactDuration

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

(Inherited from IContactProfilesProperties)
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.

(Inherited from IContactProfilesProperties)
ProvisioningState

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

(Inherited from IContactProfilesProperties)
ThirdPartyConfiguration

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

(Inherited from IContactProfilesProperties)

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to