VirtualIPMapping Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. VirtualIPMapping
- com.
public class VirtualIPMapping
Virtual IP mapping.
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
internalHttpPort()
Get the internalHttpPort value. |
Integer |
internalHttpsPort()
Get the internalHttpsPort value. |
Boolean |
inUse()
Get the inUse value. |
String |
virtualIP()
Get the virtualIP value. |
Virtual |
withInternalHttpPort(Integer internalHttpPort)
Set the internalHttpPort value. |
Virtual |
withInternalHttpsPort(Integer internalHttpsPort)
Set the internalHttpsPort value. |
Virtual |
withInUse(Boolean inUse)
Set the inUse value. |
Virtual |
withVirtualIP(String virtualIP)
Set the virtualIP value. |
Method Details
internalHttpPort
public Integer internalHttpPort()
Get the internalHttpPort value.
Returns:
internalHttpsPort
public Integer internalHttpsPort()
Get the internalHttpsPort value.
Returns:
inUse
public Boolean inUse()
Get the inUse value.
Returns:
virtualIP
public String virtualIP()
Get the virtualIP value.
Returns:
withInternalHttpPort
public VirtualIPMapping withInternalHttpPort(Integer internalHttpPort)
Set the internalHttpPort value.
Parameters:
Returns:
withInternalHttpsPort
public VirtualIPMapping withInternalHttpsPort(Integer internalHttpsPort)
Set the internalHttpsPort value.
Parameters:
Returns:
withInUse
public VirtualIPMapping withInUse(Boolean inUse)
Set the inUse value.
Parameters:
Returns:
withVirtualIP
public VirtualIPMapping withVirtualIP(String virtualIP)
Set the virtualIP value.
Parameters:
Returns:
Applies to
Azure SDK for Java