Compartir a través de


InboundEnvironmentEndpoint Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.InboundEnvironmentEndpointTypeConverter))]
public class InboundEnvironmentEndpoint : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IInboundEnvironmentEndpoint
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.InboundEnvironmentEndpointTypeConverter))>]
type InboundEnvironmentEndpoint = class
    interface IInboundEnvironmentEndpoint
    interface IJsonSerializable
Public Class InboundEnvironmentEndpoint
Implements IInboundEnvironmentEndpoint
Inheritance
InboundEnvironmentEndpoint
Attributes
Implements

Constructors

InboundEnvironmentEndpoint()

Creates an new InboundEnvironmentEndpoint instance.

Properties

Description

Short text describing the purpose of the network traffic.

Endpoint

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

Port

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InboundEnvironmentEndpoint.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InboundEnvironmentEndpoint.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IInboundEnvironmentEndpoint.

FromJsonString(String)

Creates a new instance of InboundEnvironmentEndpoint, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of InboundEnvironmentEndpoint into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to