Share via


EndpointDependency Class

Definition

A domain name that a service is reached at, including details of the current connection status.

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

Constructors

EndpointDependency()

Initializes a new instance of EndpointDependency.

Properties

DomainName

The domain name of the dependency.

EndpointDetails

The ports used when connecting to DomainName.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<EndpointDependency>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<EndpointDependency>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<EndpointDependency>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<EndpointDependency>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<EndpointDependency>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to