Delen via


LoadTestingEndpointDependency Class

Definition

A domain name and connection details used to access a dependency.

public class LoadTestingEndpointDependency : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.LoadTesting.Models.LoadTestingEndpointDependency>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.LoadTesting.Models.LoadTestingEndpointDependency>
public class LoadTestingEndpointDependency
type LoadTestingEndpointDependency = class
    interface IJsonModel<LoadTestingEndpointDependency>
    interface IPersistableModel<LoadTestingEndpointDependency>
type LoadTestingEndpointDependency = class
Public Class LoadTestingEndpointDependency
Implements IJsonModel(Of LoadTestingEndpointDependency), IPersistableModel(Of LoadTestingEndpointDependency)
Public Class LoadTestingEndpointDependency
Inheritance
LoadTestingEndpointDependency
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<LoadTestingEndpointDependency>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<LoadTestingEndpointDependency>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<LoadTestingEndpointDependency>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<LoadTestingEndpointDependency>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<LoadTestingEndpointDependency>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to