InboundEnvironmentEndpointInner Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. fluent. models. InboundEnvironmentEndpointInner
- com.
Implements
public final class InboundEnvironmentEndpointInner
implements JsonSerializable<InboundEnvironmentEndpointInner>
The IP Addresses and Ports that require inbound network access to and within the subnet of the App Service Environment.
Constructor Summary
Constructor | Description |
---|---|
InboundEnvironmentEndpointInner() |
Creates an instance of Inbound |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
description()
Get the description property: Short text describing the purpose of the network traffic. |
List<String> |
endpoints()
Get the endpoints property: The IP addresses that network traffic will originate from in cidr notation. |
static
Inbound |
fromJson(JsonReader jsonReader)
Reads an instance of Inbound |
List<String> |
ports()
Get the ports property: The ports that network traffic will arrive to the App Service Environment at. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Inbound |
withDescription(String description)
Set the description property: Short text describing the purpose of the network traffic. |
Inbound |
withEndpoints(List<String> endpoints)
Set the endpoints property: The IP addresses that network traffic will originate from in cidr notation. |
Inbound |
withPorts(List<String> ports)
Set the ports property: The ports that network traffic will arrive to the App Service Environment at. |
Methods inherited from java.lang.Object
Constructor Details
InboundEnvironmentEndpointInner
public InboundEnvironmentEndpointInner()
Creates an instance of InboundEnvironmentEndpointInner class.
Method Details
description
public String description()
Get the description property: Short text describing the purpose of the network traffic.
Returns:
endpoints
public List
Get the endpoints property: The IP addresses that network traffic will originate from in cidr notation.
Returns:
fromJson
public static InboundEnvironmentEndpointInner fromJson(JsonReader jsonReader)
Reads an instance of InboundEnvironmentEndpointInner from the JsonReader.
Parameters:
Returns:
Throws:
ports
public List
Get the ports property: The ports that network traffic will arrive to the App Service Environment at.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDescription
public InboundEnvironmentEndpointInner withDescription(String description)
Set the description property: Short text describing the purpose of the network traffic.
Parameters:
Returns:
withEndpoints
public InboundEnvironmentEndpointInner withEndpoints(List
Set the endpoints property: The IP addresses that network traffic will originate from in cidr notation.
Parameters:
Returns:
withPorts
public InboundEnvironmentEndpointInner withPorts(List
Set the ports property: The ports that network traffic will arrive to the App Service Environment at.
Parameters:
Returns:
Applies to
Azure SDK for Java