RegistrationDefinition Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The registration definition.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.RegistrationDefinitionTypeConverter))]
public class RegistrationDefinition : Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationDefinition
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.RegistrationDefinitionTypeConverter))>]
type RegistrationDefinition = class
interface IRegistrationDefinition
interface IJsonSerializable
Public Class RegistrationDefinition
Implements IRegistrationDefinition
- Inheritance
-
RegistrationDefinition
- Attributes
- Implements
Constructors
RegistrationDefinition() |
Creates an new RegistrationDefinition instance. |
Properties
Authorization |
The collection of authorization objects describing the access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant. |
Description |
The description of the registration definition. |
EligibleAuthorization |
The collection of eligible authorization objects describing the just-in-time access Azure Active Directory principals in the managedBy tenant will receive on the delegated resource in the managed tenant. |
Id |
The fully qualified path of the registration definition. |
ManagedByTenantId |
The identifier of the managedBy tenant. |
ManagedByTenantName |
The name of the managedBy tenant. |
Name |
The name of the registration definition. |
PlanName |
Azure Marketplace plan name. |
PlanProduct |
Azure Marketplace product code. |
PlanPublisher |
Azure Marketplace publisher ID. |
PlanVersion |
Azure Marketplace plan's version. |
ProvisioningState |
The current provisioning state of the registration definition. |
RegistrationDefinitionName |
The name of the registration definition. |
ResourceGroupName |
Gets the resource group name |
Type |
The type of the Azure resource (Microsoft.ManagedServices/registrationDefinitions). |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RegistrationDefinition. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RegistrationDefinition. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationDefinition. |
FromJsonString(String) |
Creates a new instance of RegistrationDefinition, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RegistrationDefinition into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |