Class VirtualIPMapping
java.lang.Object
com.microsoft.azure.management.appservice.VirtualIPMapping
Virtual IP mapping.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet internal HTTP port.Get internal HTTPS port.inUse()
Get is virtual IP mapping in use.Get name of the service that virtual IP is assigned to.Get virtual IP address.withInternalHttpPort
(Integer internalHttpPort) Set internal HTTP port.withInternalHttpsPort
(Integer internalHttpsPort) Set internal HTTPS port.Set is virtual IP mapping in use.withServiceName
(String serviceName) Set name of the service that virtual IP is assigned to.withVirtualIP
(String virtualIP) Set virtual IP address.
-
Constructor Details
-
VirtualIPMapping
public VirtualIPMapping()
-
-
Method Details
-
virtualIP
Get virtual IP address.- Returns:
- the virtualIP value
-
withVirtualIP
Set virtual IP address.- Parameters:
virtualIP
- the virtualIP value to set- Returns:
- the VirtualIPMapping object itself.
-
internalHttpPort
Get internal HTTP port.- Returns:
- the internalHttpPort value
-
withInternalHttpPort
Set internal HTTP port.- Parameters:
internalHttpPort
- the internalHttpPort value to set- Returns:
- the VirtualIPMapping object itself.
-
internalHttpsPort
Get internal HTTPS port.- Returns:
- the internalHttpsPort value
-
withInternalHttpsPort
Set internal HTTPS port.- Parameters:
internalHttpsPort
- the internalHttpsPort value to set- Returns:
- the VirtualIPMapping object itself.
-
inUse
Get is virtual IP mapping in use.- Returns:
- the inUse value
-
withInUse
Set is virtual IP mapping in use.- Parameters:
inUse
- the inUse value to set- Returns:
- the VirtualIPMapping object itself.
-
serviceName
Get name of the service that virtual IP is assigned to.- Returns:
- the serviceName value
-
withServiceName
Set name of the service that virtual IP is assigned to.- Parameters:
serviceName
- the serviceName value to set- Returns:
- the VirtualIPMapping object itself.
-