EndpointDependency Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A ___domain name and connection details used to access a dependency.
public class EndpointDependency : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DevCenter.Models.EndpointDependency>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DevCenter.Models.EndpointDependency>
type EndpointDependency = class
interface IJsonModel<EndpointDependency>
interface IPersistableModel<EndpointDependency>
Public Class EndpointDependency
Implements IJsonModel(Of EndpointDependency), IPersistableModel(Of EndpointDependency)
- Inheritance
-
EndpointDependency
- Implements
Properties
Description |
Human-readable supplemental information about the dependency and when it is applicable. |
DomainName |
The ___domain name of the dependency. Domain names may be fully qualified or may contain a * wildcard. |
EndpointDetails |
The list of connection details for 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. |