ApplicationGatewayBackendAddress Class

  • java.lang.Object
    • com.microsoft.azure.management.network.ApplicationGatewayBackendAddress

public class ApplicationGatewayBackendAddress

Backend address of an application gateway.

Method Summary

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.

Method Details

fqdn

public String fqdn()

Get the fqdn value.

Returns:

the fqdn value

ipAddress

public String ipAddress()

Get the ipAddress value.

Returns:

the ipAddress value

withFqdn

public ApplicationGatewayBackendAddress withFqdn(String fqdn)

Set the fqdn value.

Parameters:

fqdn - the fqdn value to set

Returns:

the ApplicationGatewayBackendAddress object itself.

withIPAddress

public ApplicationGatewayBackendAddress withIPAddress(String ipAddress)

Set the ipAddress value.

Parameters:

ipAddress - the ipAddress value to set

Returns:

the ApplicationGatewayBackendAddress object itself.

Applies to