| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AddressResponseProperties |
AddressResponseProperties.withInternalIpAddress(String internalIpAddress)
Set the internalIpAddress property: Virtual Network internal IP address of the App Service Environment if it is
in internal load-balancing mode.
|
AddressResponseProperties |
AddressResponseProperties.withOutboundIpAddresses(List<String> outboundIpAddresses)
Set the outboundIpAddresses property: IP addresses appearing on outbound connections.
|
AddressResponseProperties |
AddressResponseProperties.withServiceIpAddress(String serviceIpAddress)
Set the serviceIpAddress property: Main public virtual IP.
|
AddressResponseProperties |
AddressResponseProperties.withVipMappings(List<VirtualIpMapping> vipMappings)
Set the vipMappings property: Additional virtual IPs.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.