IContactProfilesProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.ContactProfilesPropertiesTypeConverter))]
public interface IContactProfilesProperties : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.ContactProfilesPropertiesTypeConverter))>]
type IContactProfilesProperties = interface
interface IJsonSerializable
Public Interface IContactProfilesProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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 |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |