CanonicalProfileDefinition 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.
Definition of canonical profile.
public class CanonicalProfileDefinition : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CustomerInsights.Models.CanonicalProfileDefinition>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CustomerInsights.Models.CanonicalProfileDefinition>
type CanonicalProfileDefinition = class
interface IJsonModel<CanonicalProfileDefinition>
interface IPersistableModel<CanonicalProfileDefinition>
Public Class CanonicalProfileDefinition
Implements IJsonModel(Of CanonicalProfileDefinition), IPersistableModel(Of CanonicalProfileDefinition)
- Inheritance
-
CanonicalProfileDefinition
- Implements
Properties
CanonicalProfileId |
Canonical profile ID. |
Properties |
Properties of the canonical profile. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<CanonicalProfileDefinition>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<CanonicalProfileDefinition>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<CanonicalProfileDefinition>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<CanonicalProfileDefinition>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<CanonicalProfileDefinition>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |