Get Registration Definition Result
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)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
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.