public final class ApplicationGatewayBackendAddress extends Object
| Constructor and Description |
|---|
ApplicationGatewayBackendAddress() |
| Modifier and Type | Method and Description |
|---|---|
String |
fqdn()
Get the fqdn property: Fully qualified domain name (FQDN).
|
String |
ipAddress()
Get the ipAddress property: IP address.
|
void |
validate()
Validates the instance.
|
ApplicationGatewayBackendAddress |
withFqdn(String fqdn)
Set the fqdn property: Fully qualified domain name (FQDN).
|
ApplicationGatewayBackendAddress |
withIpAddress(String ipAddress)
Set the ipAddress property: IP address.
|
public String fqdn()
public ApplicationGatewayBackendAddress withFqdn(String fqdn)
fqdn - the fqdn value to set.public String ipAddress()
public ApplicationGatewayBackendAddress withIpAddress(String ipAddress)
ipAddress - the ipAddress value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.