GetRegistrationDefinitionResult

data class GetRegistrationDefinitionResult(val id: String, val name: String, val plan: PlanResponse? = null, val properties: RegistrationDefinitionPropertiesResponse, val type: String)

Registration definition.

Constructors

Link copied to clipboard
constructor(id: String, name: String, plan: PlanResponse? = null, properties: RegistrationDefinitionPropertiesResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

Fully qualified path of the registration definition.

Link copied to clipboard

Name of the registration definition.

Link copied to clipboard
val plan: PlanResponse? = null

Plan details for the managed services.

Link copied to clipboard

Properties of a registration definition.

Link copied to clipboard

Type of the resource.