다음을 통해 공유


EndpointDependency Class

Definition

EndpointDependency represents the definition of an endpoint, including the domain and details.

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

Constructors

EndpointDependency(String)

Initializes a new instance of EndpointDependency.

Properties

DomainName

The domain name of the dependency.

Port

The port of this endpoint.

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