InboundEnvironmentEndpoint Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The IP Addresses and Ports that require inbound network access to and within the subnet of the App Service Environment.
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
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. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
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. |