ContainerServiceEndpointDependency Class

Definition

A domain name that AKS agent nodes are reaching at.

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

Properties

DomainName

The domain name of the dependency.

EndpointDetails

The Ports and Protocols used when connecting to domainName.

Explicit Interface Implementations

IJsonModel<ContainerServiceEndpointDependency>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerServiceEndpointDependency>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerServiceEndpointDependency>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerServiceEndpointDependency>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerServiceEndpointDependency>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to