EdgeProfileSubscriptionResponse

data class EdgeProfileSubscriptionResponse(val id: String? = null, val locationPlacementId: String? = null, val quotaId: String? = null, val registeredFeatures: List<SubscriptionRegisteredFeaturesResponse>? = null, val registrationDate: String? = null, val registrationId: String? = null, val serializedDetails: String? = null, val state: String? = null, val subscriptionId: String? = null, val tenantId: String? = null)

Subscription details for the Edge Profile

Constructors

Link copied to clipboard
constructor(id: String? = null, locationPlacementId: String? = null, quotaId: String? = null, registeredFeatures: List<SubscriptionRegisteredFeaturesResponse>? = null, registrationDate: String? = null, registrationId: String? = null, serializedDetails: String? = null, state: String? = null, subscriptionId: String? = null, tenantId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

ARM ID of the subscription

Link copied to clipboard
Link copied to clipboard
val quotaId: String? = null
Link copied to clipboard
Link copied to clipboard
val registrationId: String? = null

Edge Subscription Registration ID

Link copied to clipboard
Link copied to clipboard
val state: String? = null
Link copied to clipboard
val subscriptionId: String? = null
Link copied to clipboard
val tenantId: String? = null