ApplicationGatewayBackendAddress Class
- java.
lang. Object - com.
microsoft. azure. management. network. ApplicationGatewayBackendAddress
- com.
public class ApplicationGatewayBackendAddress
Backend address of an application gateway.
Constructor Summary
Constructor | Description | |
---|---|---|
ApplicationGatewayBackendAddress() |
Method Summary
Modifier and Type | Method and Description |
---|---|
java.lang.String |
fqdn()
Get fully qualified domain name (FQDN). |
java.lang.String |
ipAddress()
Get iP address. |
Application |
withFqdn(String fqdn)
Set fully qualified domain name (FQDN). |
Application |
withIpAddress(String ipAddress)
Set iP address. |
Methods inherited from java.lang.Object
java.lang.Object.clone
java.lang.Object.equals
java.lang.Object.finalize
java.lang.Object.getClass
java.lang.Object.hashCode
java.lang.Object.notify
java.lang.Object.notifyAll
java.lang.Object.toString
java.lang.Object.wait
java.lang.Object.wait
java.lang.Object.wait
Constructor Details
ApplicationGatewayBackendAddress
public ApplicationGatewayBackendAddress()
Method Details
fqdn
public String fqdn()
Get fully qualified domain name (FQDN).
Returns:
the fqdn value
ipAddress
public String ipAddress()
Get iP address.
Returns:
the ipAddress value
withFqdn
public ApplicationGatewayBackendAddress withFqdn(String fqdn)
Set fully qualified domain name (FQDN).
Parameters:
fqdn
- the fqdn value to set
Returns:
the ApplicationGatewayBackendAddress object itself.
withIpAddress
public ApplicationGatewayBackendAddress withIpAddress(String ipAddress)
Set iP address.
Parameters:
ipAddress
- the ipAddress value to set
Returns:
the ApplicationGatewayBackendAddress object itself.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java