Share via


ManagedInstanceEndpointDependency Class

Definition

A ___domain name that the managed instance service needs to communicate with, along with additional details.

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

Properties

DomainName

The ___domain name of the dependency.

EndpointDetails

The IP Addresses and Ports used when connecting to DomainName.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ManagedInstanceEndpointDependency>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedInstanceEndpointDependency>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedInstanceEndpointDependency>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedInstanceEndpointDependency>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedInstanceEndpointDependency>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to