ManagedServicesRegistrationAssignmentRegistrationProperties 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 properties of the registration definition associated with the registration assignment.
public class ManagedServicesRegistrationAssignmentRegistrationProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ManagedServices.Models.ManagedServicesRegistrationAssignmentRegistrationProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ManagedServices.Models.ManagedServicesRegistrationAssignmentRegistrationProperties>
public class ManagedServicesRegistrationAssignmentRegistrationProperties
type ManagedServicesRegistrationAssignmentRegistrationProperties = class
interface IJsonModel<ManagedServicesRegistrationAssignmentRegistrationProperties>
interface IPersistableModel<ManagedServicesRegistrationAssignmentRegistrationProperties>
type ManagedServicesRegistrationAssignmentRegistrationProperties = class
Public Class ManagedServicesRegistrationAssignmentRegistrationProperties
Implements IJsonModel(Of ManagedServicesRegistrationAssignmentRegistrationProperties), IPersistableModel(Of ManagedServicesRegistrationAssignmentRegistrationProperties)
Public Class ManagedServicesRegistrationAssignmentRegistrationProperties
- Inheritance
-
ManagedServicesRegistrationAssignmentRegistrationProperties
- Implements
Properties
Authorizations |
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. |
EligibleAuthorizations |
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. |
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. |
ProvisioningState |
The current provisioning state of the registration definition. |
RegistrationDefinitionName |
The name of the registration definition. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<ManagedServicesRegistrationAssignmentRegistrationProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<ManagedServicesRegistrationAssignmentRegistrationProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<ManagedServicesRegistrationAssignmentRegistrationProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<ManagedServicesRegistrationAssignmentRegistrationProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<ManagedServicesRegistrationAssignmentRegistrationProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET