RoleManagementPrincipal Class

Definition

The name of the entity last modified it.

public class RoleManagementPrincipal : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Authorization.Models.RoleManagementPrincipal>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Authorization.Models.RoleManagementPrincipal>
type RoleManagementPrincipal = class
    interface IJsonModel<RoleManagementPrincipal>
    interface IPersistableModel<RoleManagementPrincipal>
Public Class RoleManagementPrincipal
Implements IJsonModel(Of RoleManagementPrincipal), IPersistableModel(Of RoleManagementPrincipal)
Inheritance
RoleManagementPrincipal
Implements

Constructors

Name Description
RoleManagementPrincipal()

Initializes a new instance of RoleManagementPrincipal.

Properties

Name Description
DisplayName

The name of the principal made changes.

Email

Email of principal.

Id

The id of the principal made changes.

PrincipalType

Type of principal such as user , group etc.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<RoleManagementPrincipal>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<RoleManagementPrincipal>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RoleManagementPrincipal>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RoleManagementPrincipal>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<RoleManagementPrincipal>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to