public class AddressResponseInner extends ProxyOnlyResource
| Constructor and Description |
|---|
AddressResponseInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
internalIpAddress()
Get the internalIpAddress property: Virtual Network internal IP address of the App Service Environment if it is
in internal load-balancing mode.
|
List<String> |
outboundIpAddresses()
Get the outboundIpAddresses property: IP addresses appearing on outbound connections.
|
String |
serviceIpAddress()
Get the serviceIpAddress property: Main public virtual IP.
|
void |
validate()
Validates the instance.
|
List<VirtualIpMapping> |
vipMappings()
Get the vipMappings property: Additional virtual IPs.
|
AddressResponseInner |
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.
|
AddressResponseInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
AddressResponseInner |
withOutboundIpAddresses(List<String> outboundIpAddresses)
Set the outboundIpAddresses property: IP addresses appearing on outbound connections.
|
AddressResponseInner |
withServiceIpAddress(String serviceIpAddress)
Set the serviceIpAddress property: Main public virtual IP.
|
AddressResponseInner |
withVipMappings(List<VirtualIpMapping> vipMappings)
Set the vipMappings property: Additional virtual IPs.
|
kindpublic String serviceIpAddress()
public AddressResponseInner withServiceIpAddress(String serviceIpAddress)
serviceIpAddress - the serviceIpAddress value to set.public String internalIpAddress()
public AddressResponseInner withInternalIpAddress(String internalIpAddress)
internalIpAddress - the internalIpAddress value to set.public List<String> outboundIpAddresses()
public AddressResponseInner withOutboundIpAddresses(List<String> outboundIpAddresses)
outboundIpAddresses - the outboundIpAddresses value to set.public List<VirtualIpMapping> vipMappings()
public AddressResponseInner withVipMappings(List<VirtualIpMapping> vipMappings)
vipMappings - the vipMappings value to set.public AddressResponseInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.