Sdílet prostřednictvím


AssignmentPrincipal Class

Definition

The AssignmentPrincipal.

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

Constructors

AssignmentPrincipal(String, String)

Initializes a new instance of AssignmentPrincipal.

Properties

PrincipalId

The principal id being assigned to.

PrincipalMetadata

Other metadata for the principal.

PrincipalType

The Type of the principal ID.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<AssignmentPrincipal>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AssignmentPrincipal>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AssignmentPrincipal>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AssignmentPrincipal>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AssignmentPrincipal>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to