GetRegistrationDefinitionResult

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

The registration definition.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

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 a registration definition.

Link copied to clipboard

The metadata for the registration assignment resource.

Link copied to clipboard

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