RegistrationAssignmentPropertiesResponseRegistrationDefinition

data class RegistrationAssignmentPropertiesResponseRegistrationDefinition(val id: String, val name: String, val plan: PlanResponse? = null, val properties: RegistrationAssignmentPropertiesResponseProperties? = null, val systemData: SystemDataResponse, val type: String)

The registration definition associated with the registration assignment.

Constructors

constructor(id: String, name: String, plan: PlanResponse? = null, properties: RegistrationAssignmentPropertiesResponseProperties? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The fully qualified path of the registration definition.

Link copied to clipboard

The name of the registration definition.

Link copied to clipboard
val plan: PlanResponse? = null

The details for the Managed Services offer’s plan in Azure Marketplace.

Link copied to clipboard

The properties of the registration definition associated with the registration assignment.

Link copied to clipboard

The metadata for the registration definition resource.

Link copied to clipboard

The type of the Azure resource (Microsoft.ManagedServices/registrationDefinitions).