public final class InboundEnvironmentEndpointInner extends Object
| Constructor and Description |
|---|
InboundEnvironmentEndpointInner() |
| 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.
|
List<String> |
ports()
Get the ports property: The ports that network traffic will arrive to the App Service Environment at.
|
void |
validate()
Validates the instance.
|
InboundEnvironmentEndpointInner |
withDescription(String description)
Set the description property: Short text describing the purpose of the network traffic.
|
InboundEnvironmentEndpointInner |
withEndpoints(List<String> endpoints)
Set the endpoints property: The IP addresses that network traffic will originate from in cidr notation.
|
InboundEnvironmentEndpointInner |
withPorts(List<String> ports)
Set the ports property: The ports that network traffic will arrive to the App Service Environment at.
|
public String description()
public InboundEnvironmentEndpointInner withDescription(String description)
description - the description value to set.public List<String> endpoints()
public InboundEnvironmentEndpointInner withEndpoints(List<String> endpoints)
endpoints - the endpoints value to set.public List<String> ports()
public InboundEnvironmentEndpointInner withPorts(List<String> ports)
ports - the ports value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.