Share via


StrongId Class

Definition

Property/Properties which represent a unique ID.

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

Constructors

Name Description
StrongId(IEnumerable<String>, String)

Initializes a new instance of StrongId.

Properties

Name Description
Description

Localized descriptions.

DisplayName

Localized display name.

KeyPropertyNames

The properties which make up the unique ID.

StrongIdName

The Name identifying the strong ID.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<StrongId>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<StrongId>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<StrongId>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<StrongId>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to