IContactProfile Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.ContactProfileTypeConverter))]
public interface IContactProfile : Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api30.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Orbital.Models.Api20221101.ContactProfileTypeConverter))>]
type IContactProfile = interface
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
Public Interface IContactProfile
Implements ITrackedResource
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.

Id

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

(Inherited from IResource)
Link

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

Location

The geo-location where the resource lives

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

Name

The name of the resource

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

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResource)
Tag

Resource tags.

(Inherited from ITrackedResource)
ThirdPartyConfiguration

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

Type

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

(Inherited from IResource)

Methods

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

Applies to