Share via


LoadTestingEndpointDetail Class

Definition

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

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

Properties

Port

The port an endpoint is connected to.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<LoadTestingEndpointDetail>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LoadTestingEndpointDetail>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LoadTestingEndpointDetail>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LoadTestingEndpointDetail>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LoadTestingEndpointDetail>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to