Поделиться через


OutboundEnvironmentEndpoint Class

Definition

A collection of related endpoints from the same service for which the agent requires outbound access.

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

Properties

Category

The type of service that the agent connects to.

Endpoints

The endpoints for this service for which the agent requires outbound access.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<OutboundEnvironmentEndpoint>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<OutboundEnvironmentEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<OutboundEnvironmentEndpoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<OutboundEnvironmentEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<OutboundEnvironmentEndpoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to