public class ApplicationGatewayBackendAddress extends Object
| Constructor and Description |
|---|
ApplicationGatewayBackendAddress() |
| Modifier and Type | Method and Description |
|---|---|
String |
fqdn()
Get fully qualified domain name (FQDN).
|
String |
ipAddress()
Get iP address.
|
ApplicationGatewayBackendAddress |
withFqdn(String fqdn)
Set fully qualified domain name (FQDN).
|
ApplicationGatewayBackendAddress |
withIpAddress(String ipAddress)
Set iP address.
|
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 set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/