Share via


DevCenterEndpointDetail Class

Definition

Details about the connection between the Batch service and the endpoint.

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

Properties

Name Description
Port

The port an endpoint is connected to.

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<DevCenterEndpointDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DevCenterEndpointDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DevCenterEndpointDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DevCenterEndpointDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DevCenterEndpointDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to