GetContactProfileResult

data class GetContactProfileResult(val autoTrackingConfiguration: String? = null, val azureApiVersion: String, val eventHubUri: String? = null, val id: String, val links: List<ContactProfileLinkResponse>, val location: String, val minimumElevationDegrees: Double? = null, val minimumViableContactDuration: String? = null, val name: String, val networkConfiguration: ContactProfilesPropertiesResponseNetworkConfiguration, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val thirdPartyConfigurations: List<ContactProfileThirdPartyConfigurationResponse>? = null, val type: String)

Customer creates a Contact Profile Resource, which will contain all of the configurations required for scheduling a contact.

Constructors

Link copied to clipboard
constructor(autoTrackingConfiguration: String? = null, azureApiVersion: String, eventHubUri: String? = null, id: String, links: List<ContactProfileLinkResponse>, location: String, minimumElevationDegrees: Double? = null, minimumViableContactDuration: String? = null, name: String, networkConfiguration: ContactProfilesPropertiesResponseNetworkConfiguration, systemData: SystemDataResponse, tags: Map<String, String>? = null, thirdPartyConfigurations: List<ContactProfileThirdPartyConfigurationResponse>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Auto-tracking configuration.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val eventHubUri: String? = null

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

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

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

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The name of the resource

Link copied to clipboard

Network configuration of customer virtual network.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

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

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"