RegistrationAssignmentPropertiesRegistrationDefinition 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 associated with the registration assignment.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.RegistrationAssignmentPropertiesRegistrationDefinitionTypeConverter))]
public class RegistrationAssignmentPropertiesRegistrationDefinition : Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignmentPropertiesRegistrationDefinition
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.RegistrationAssignmentPropertiesRegistrationDefinitionTypeConverter))>]
type RegistrationAssignmentPropertiesRegistrationDefinition = class
interface IRegistrationAssignmentPropertiesRegistrationDefinition
interface IJsonSerializable
Public Class RegistrationAssignmentPropertiesRegistrationDefinition
Implements IRegistrationAssignmentPropertiesRegistrationDefinition
- Inheritance
-
RegistrationAssignmentPropertiesRegistrationDefinition
- Attributes
- Implements
Constructors
RegistrationAssignmentPropertiesRegistrationDefinition() |
Creates an new RegistrationAssignmentPropertiesRegistrationDefinition 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. |
ManageeTenantId |
The identifier of the managed tenant. |
ManageeTenantName |
The name of the managed 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. |
Type |
The type of the Azure resource (Microsoft.ManagedServices/registrationDefinitions). |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RegistrationAssignmentPropertiesRegistrationDefinition. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RegistrationAssignmentPropertiesRegistrationDefinition. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignmentPropertiesRegistrationDefinition. |
FromJsonString(String) |
Creates a new instance of RegistrationAssignmentPropertiesRegistrationDefinition, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RegistrationAssignmentPropertiesRegistrationDefinition into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |