OutboundEnvironmentEndpoint Class

Definition

Endpoints accessed for a common purpose that the App Service Environment requires outbound network access to.

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

Properties

Category

The type of service accessed by the App Service Environment, e.g., Azure Storage, Azure SQL Database, and Azure Active Directory.

Endpoints

The endpoints that the App Service Environment reaches the service at.

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