GetContactProfileResult

data class GetContactProfileResult(val autoTrackingConfiguration: String? = null, val etag: 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 systemData: SystemDataResponse, val tags: Map<String, String>? = 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
fun GetContactProfileResult(autoTrackingConfiguration: String? = null, etag: String, eventHubUri: String? = null, id: String, links: List<ContactProfileLinkResponse>, location: String, minimumElevationDegrees: Double? = null, minimumViableContactDuration: String? = null, name: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Auto track configuration.

Link copied to clipboard

A unique read-only string that changes whenever the resource is updated.

Link copied to clipboard
val eventHubUri: String? = null

The URI of the Event Hub used for telemetry

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

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

Minimum viable elevation for the contact in decimal degrees.

Link copied to clipboard

Minimum viable contact duration in ISO 8601 format.

Link copied to clipboard

The name of the resource

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

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