StrongId 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.
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
StrongId(IEnumerable<String>, String) |
Initializes a new instance of StrongId. |
Properties
Description |
Localized descriptions. |
DisplayName |
Localized display name. |
KeyPropertyNames |
The properties which make up the unique ID. |
StrongIdName |
The Name identifying the strong ID. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
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
Azure SDK for .NET