InboundEnvironmentEndpoint Class

Definition

The IP Addresses and Ports that require inbound network access to and within the subnet of the App Service Environment. Serialized Name: InboundEnvironmentEndpoint

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

Properties

Name Description
Description

Short text describing the purpose of the network traffic. Serialized Name: InboundEnvironmentEndpoint.description

Endpoints

The IP addresses that network traffic will originate from in cidr notation. Serialized Name: InboundEnvironmentEndpoint.endpoints

Ports

The ports that network traffic will arrive to the App Service Environment at. Serialized Name: InboundEnvironmentEndpoint.ports

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

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

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

IJsonModel<InboundEnvironmentEndpoint>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<InboundEnvironmentEndpoint>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<InboundEnvironmentEndpoint>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<InboundEnvironmentEndpoint>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to