public class ApplicationGatewayBackendAddress extends Object
Constructor and Description |
---|
ApplicationGatewayBackendAddress() |
Modifier and Type | Method and Description |
---|---|
String |
fqdn()
Get the fqdn value.
|
String |
ipAddress()
Get the ipAddress value.
|
ApplicationGatewayBackendAddress |
withFqdn(String fqdn)
Set the fqdn value.
|
ApplicationGatewayBackendAddress |
withIpAddress(String ipAddress)
Set the ipAddress value.
|
public String fqdn()
public ApplicationGatewayBackendAddress withFqdn(String fqdn)
fqdn
- the fqdn value to setpublic String ipAddress()
public ApplicationGatewayBackendAddress withIpAddress(String ipAddress)
ipAddress
- the ipAddress value to setCopyright © 2019. All rights reserved.