DataSourcePrecedence 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.
The data source precedence is a way to know the precedence of each data source.
public class DataSourcePrecedence : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CustomerInsights.Models.DataSourcePrecedence>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CustomerInsights.Models.DataSourcePrecedence>
type DataSourcePrecedence = class
interface IJsonModel<DataSourcePrecedence>
interface IPersistableModel<DataSourcePrecedence>
Public Class DataSourcePrecedence
Implements IJsonModel(Of DataSourcePrecedence), IPersistableModel(Of DataSourcePrecedence)
- Inheritance
-
DataSourcePrecedence
- Implements
Properties
DataSourceReferenceId |
The data source reference id. |
DataSourceType |
The data source type. |
Id |
The data source ID. |
Name |
The data source name. |
Precedence |
the precedence value. |
Status |
The data source status. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<DataSourcePrecedence>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<DataSourcePrecedence>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<DataSourcePrecedence>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<DataSourcePrecedence>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<DataSourcePrecedence>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET