Class ApplicationGatewayBackendAddress

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

public class ApplicationGatewayBackendAddress extends Object
Backend address of an application gateway.
  • Constructor Details

    • ApplicationGatewayBackendAddress

      public ApplicationGatewayBackendAddress()
  • Method Details

    • fqdn

      public String fqdn()
      Get fully qualified domain name (FQDN).
      Returns:
      the fqdn 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.
    • ipAddress

      public String ipAddress()
      Get iP address.
      Returns:
      the ipAddress value
    • withIpAddress

      public ApplicationGatewayBackendAddress withIpAddress(String ipAddress)
      Set iP address.
      Parameters:
      ipAddress - the ipAddress value to set
      Returns:
      the ApplicationGatewayBackendAddress object itself.