Class ApplicationGatewayBackendAddress
java.lang.Object
com.microsoft.azure.management.network.ApplicationGatewayBackendAddress
Backend address of an application gateway.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfqdn()
Get fully qualified domain name (FQDN).Get iP address.Set fully qualified domain name (FQDN).withIpAddress
(String ipAddress) Set iP address.
-
Constructor Details
-
ApplicationGatewayBackendAddress
public ApplicationGatewayBackendAddress()
-
-
Method Details
-
fqdn
Get fully qualified domain name (FQDN).- Returns:
- the fqdn value
-
withFqdn
Set fully qualified domain name (FQDN).- Parameters:
fqdn
- the fqdn value to set- Returns:
- the ApplicationGatewayBackendAddress object itself.
-
ipAddress
Get iP address.- Returns:
- the ipAddress value
-
withIpAddress
Set iP address.- Parameters:
ipAddress
- the ipAddress value to set- Returns:
- the ApplicationGatewayBackendAddress object itself.
-