InboundEnvironmentEndpoint Class

Definition

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

public class 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
type InboundEnvironmentEndpoint = class
    interface IJsonModel<InboundEnvironmentEndpoint>
    interface IPersistableModel<InboundEnvironmentEndpoint>
Public Class InboundEnvironmentEndpoint
Public Class InboundEnvironmentEndpoint
Implements IJsonModel(Of InboundEnvironmentEndpoint), IPersistableModel(Of InboundEnvironmentEndpoint)
Inheritance
InboundEnvironmentEndpoint
Implements

Properties

Description

Short text describing the purpose of the network traffic.

Endpoints

The IP addresses that network traffic will originate from in cidr notation.

Ports

The ports that network traffic will arrive to the App Service Environment at.

Explicit Interface Implementations

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