| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
InboundEnvironmentEndpointInner |
InboundEnvironmentEndpointInner.withDescription(String description)
Set the description property: Short text describing the purpose of the network traffic.
|
InboundEnvironmentEndpointInner |
InboundEnvironmentEndpointInner.withEndpoints(List<String> endpoints)
Set the endpoints property: The IP addresses that network traffic will originate from in cidr notation.
|
InboundEnvironmentEndpointInner |
InboundEnvironmentEndpointInner.withPorts(List<String> ports)
Set the ports property: The ports that network traffic will arrive to the App Service Environment at.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.