Share via


OutboundEndpointDependency Class

Definition

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

public class OutboundEndpointDependency : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.StoragePool.Models.OutboundEndpointDependency>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.StoragePool.Models.OutboundEndpointDependency>
public class OutboundEndpointDependency
type OutboundEndpointDependency = class
    interface IJsonModel<OutboundEndpointDependency>
    interface IPersistableModel<OutboundEndpointDependency>
type OutboundEndpointDependency = class
Public Class OutboundEndpointDependency
Implements IJsonModel(Of OutboundEndpointDependency), IPersistableModel(Of OutboundEndpointDependency)
Public Class OutboundEndpointDependency
Inheritance
OutboundEndpointDependency
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<OutboundEndpointDependency>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OutboundEndpointDependency>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OutboundEndpointDependency>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OutboundEndpointDependency>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OutboundEndpointDependency>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to