Megosztás a következőn keresztül:


RegistrationAssignmentProperties Class

Definition

The properties of the registration assignment.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.RegistrationAssignmentPropertiesTypeConverter))]
public class RegistrationAssignmentProperties : Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignmentProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.RegistrationAssignmentPropertiesTypeConverter))>]
type RegistrationAssignmentProperties = class
    interface IRegistrationAssignmentProperties
    interface IJsonSerializable
Public Class RegistrationAssignmentProperties
Implements IRegistrationAssignmentProperties
Inheritance
RegistrationAssignmentProperties
Attributes
Implements

Constructors

RegistrationAssignmentProperties()

Creates an new RegistrationAssignmentProperties 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 assignment.

RegistrationDefinitionId

The fully qualified path of the registration definition.

RegistrationDefinitionPropertiesProvisioningState

The current provisioning state of the registration definition.

RegistrationDefinitionPropertiesRegistrationDefinitionName

The name of the registration definition.

RegistrationDefinitionType

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of RegistrationAssignmentProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of RegistrationAssignmentProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ManagedServices.Models.Api20200201Preview.IRegistrationAssignmentProperties.

FromJsonString(String)

Creates a new instance of RegistrationAssignmentProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of RegistrationAssignmentProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to