EndpointDependency Class

Definition

A domain name that a service is reached at.

public class EndpointDependency
public class EndpointDependency : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ApiManagement.Models.EndpointDependency>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ApiManagement.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

Properties

DomainName

The domain name of the dependency.

EndpointDetails

The Ports used when connecting to DomainName.

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