Class ApplicationGatewayBackendHealthPool


  • public class ApplicationGatewayBackendHealthPool
    extends Object
    Application gateway BackendHealth pool.
    • Constructor Detail

      • ApplicationGatewayBackendHealthPool

        public ApplicationGatewayBackendHealthPool()
    • Method Detail

      • backendAddressPool

        public com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendAddressPoolInner backendAddressPool()
        Get the backendAddressPool value.
        Returns:
        the backendAddressPool value
      • withBackendAddressPool

        public ApplicationGatewayBackendHealthPool withBackendAddressPool​(com.microsoft.azure.management.network.implementation.ApplicationGatewayBackendAddressPoolInner backendAddressPool)
        Set the backendAddressPool value.
        Parameters:
        backendAddressPool - the backendAddressPool value to set
        Returns:
        the ApplicationGatewayBackendHealthPool object itself.